Questions tagged [examine]

Examine is a .Net indexing and search engine powered by Lucene.Net

From the documentation:

Examine allows you to index and search data easily and wraps the Lucene.Net indexing/searching engine. Lucene is super fast and allows for very fast searching even on very large amounts of data. Examine is provider based so it is very extensible and allows you to configure as many indexes as you like and each may be configured individually. Out of the box Examine gives you abstract implementations of Lucene based indexers and searchers as well as a Fluent API that can be used to search for your data.

82 questions
0
votes
1 answer

Lucene contains query not working - Umbraco Examine Management Content Searcher

I have 2 documents in my db: ID | FIELD | VALUE --------------------------- 1 | title | something else 2 | title | something blah Query 1: If i run the Lucene query: title:"something else" It finds document with ID 1. Query 2: If i run the…
Jimmyt1988
  • 20,466
  • 41
  • 133
  • 233
0
votes
1 answer

Examine MultiIndexSearcher Example Umbraco

Trying to get a searcher in razor using the MultiIndexSearcher provider.
0
votes
0 answers

Searching name records based on nickname

Note, I am not looking for opinions but examples from someone who has done this. We have a database of ~20,000 persons. We currently use Examine/Lucene to index the names and allow searching by a freeform text field where a user could enter a first…
Connie DeCinko
  • 996
  • 5
  • 19
  • 39
0
votes
2 answers

Umbraco examine indexes management tool

I'm looking for a tool to manage umbraco examine. I need to view/edit/change/delete the indexes (and more..) I tried to use Luke but is too old and very complicated ... Does anyone know of a newer tool and easy to use? (Preferably free)
Jarufi
  • 308
  • 1
  • 12
0
votes
1 answer

Umbraco - Examine not searching IndexUserFields in custom IndexSet

Apologies in advance if I'm missing something obvious here as this is the first time I've used Examine, but I'm currently trying to hook up a jQuery autocomplete call to an Examine search in Umbraco. I need Examine to search for a search term…
Amrask529
  • 1
  • 1
0
votes
1 answer

How Configure Examine Searcher to exclude deleted pages

The content search (using Examine) on our websites is broken. The issues can be separated into three distinct categories: Search is returning deleted pages: I am not sure how to remove the deleted contents from the search result. Is there an way to…
TejSoft
  • 3,213
  • 6
  • 34
  • 58
0
votes
1 answer

Ignore Special Characters (tittles) in Examine search

Using Umbraco v6, Examine search (not full blown Lucene queries). This is a Latin/South American website. I've asked my colleagues how they type in tittles (accent mark over a letter) for search/URL, and they all said that they don't, they just use…
Rob Scott
  • 7,921
  • 5
  • 38
  • 63
0
votes
1 answer

Insert 'Umbraco Tags' via Gathering Node Data Examine Event

I have an Article Doc Type - Two of the properties are multi-node tree pickers. When a node of this doc type is saved/published, I want to get the ids from these pickers do a look up in umbraco to get the node names. I then want to use those node…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

how to examine contents of database during or after rails integration test

I'm a fairly experienced dev but I'm a total web and rails newbie. I'm trying to implement a kind of market place rails application. I've developed the app to where I'm far along in the customer interaction flow and now I'm realizing I need to…
davidh
  • 135
  • 1
  • 8
0
votes
1 answer

Searching for href values with Lucene (Examine in Umbraco)?

I want to search for a href value with lucene/examine - more precise the 'locallink' value. Examine is straight out-of-the-box standard config. I have the following snippet which does not return any results; string searchQuery = "localLink:" +…
brother
  • 7,651
  • 9
  • 34
  • 58
0
votes
1 answer

Umbraco Examine Search Indexing

I have configured examine indexing in umbraco 7, it index some pages but not all, for example i have two pages of same document type one of them is index in search but portion of text content above image in rich text editor and below that image…
syed Ahsan Jaffri
  • 1,160
  • 2
  • 14
  • 34
0
votes
0 answers

Indexing large data set with lucene.net

I am indexing 23,000 records from a sqlserver table using a lucene wrapper called examine (Its an umbraco .net cms website that has something called examine which is abstraction around lucene.net). On my dev server which runs with 4 cores it takes…
Ismail
  • 923
  • 2
  • 12
  • 29
0
votes
1 answer

Examine does not index several sites

We have multiple sites in a Umbraco directory. Sites are mainly cloned in English or French. That sites search is managed by the Examine engine. The indexes are located respectively in IndexEN and IndexFR folders. After analyzing the indexes in the…
serhio
  • 28,010
  • 62
  • 221
  • 374
0
votes
1 answer

Multiple Searchterm in umbraco Examine Search

I am trying to setup a search in umbraco examine.I have two search fields ,material and manufacturer.when I trying to search with one material and one manufactuere it will give the correct result.but when try to search more than one material or…
Arun
  • 1,402
  • 10
  • 32
  • 59
0
votes
1 answer

How to do File examination in C++

Is there any object oriented method in C++ which is used to examine the file's properties like the lstat in C ? Or it's similar to the File Class in Java ?
yuki070
  • 53
  • 2
  • 4