Is lucene.net/solrnet a good solution for searching a list of names with fuzzy matching? [closed]
Closed 10 years ago.
Is lucene.net/solrnet a good solution for searching a list of names with fuzzy matching? [closed]
Closed 10 years ago.
Is lucene.net/solrnet a good solution for searching a list of names with fuzzy matching? [closed]
Closed 10 years ago.
Is lucene.net/solrnet a good solution for searching a list of names with fuzzy matching? [closed]
Closed 10 years ago.
Is lucene.net/solrnet a good solution for searching a list of names with fuzzy matching? [closed]
Closed 10 years ago.
How can I constraint the combination of multiple fields in solr to be unqiue?
I have a solr schema with fields “title”, “source”, and “location” set as strings. How can I make sure that there are not two document with the exact same “title”, “source”, and “location”.
Incorporating custom Algorithm in SOLR-LUCENE , before Indexing?
CURRENT FLOW: I am using a custom algorithm(presently in php) to rank
the MYSQL records before INDEXING it to SOLR .
Lucene vs Solr – Indexing pdf/word documents reisiding on a NAS drive using .Net [closed]
Closed 9 years ago.
Lucene vs Solr – Indexing pdf/word documents reisiding on a NAS drive using .Net [closed]
Closed 9 years ago.
solr search is not working when we use `WhitespaceTokenizerFactory` and wanted to search chinese character
I do have solr schema configuration for feidl “test” having “text” type and for it we have used solr.WhitespaceTokenizerFactory
Now data is get index in solr for this “test” type but when we try to search it I am not able to get result using solr query.