The term Lucene refers to the open source Java fulltext search engine library, but also to the entire eco-system that grew around it, including lucene.
I have a solr schema like this <fields> <field name="id" type="string" indexed="false" stored="true" …
indexing solr lucene solrcloud solr-query-syntaxMy stopwords don't works as expected. Here is part of my schema: <fieldType name="text_general" class="solr.TextField"&…
search solr lucene solr4 stop-wordsWhat are the options when it comes to SaaS/hosted full text search? How should I evaluate the different options …
full-text-search lucene hosting solr sphinxWhat are the best practices in using Lucene.Net? or where can I find a good lucene.net usage sample?
.net indexing lucene lucene.net full-text-indexingI'm wondering how you would join the following two queries together. A standard criteria query Criteria result1 = session.createCriteria(Store.…
hibernate lucene hibernate-searchI would like to be able to match a multi word search against multiple fields where every word searched is …
search lucene elasticsearch tireWe want to implement full document search in our project in .Net web project. For that we came across 2 names …
c# solr lucene lucene.net solrnetI have a mysql database with couple tables, I wanna migrate the mysql data to ElasticSearch. It's easy to migrate …
mysql elasticsearch solr lucene search-engineI am using lucene to remove English Stop words but my requirement is remove English stop words and Custom stop …
java lucene stop-words