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.
What are segments in Lucene? What are the benefits of segments?
lucene segmentSolr newbie here. I have created a Solr index and write a whole bunch of docs into it. I can …
lucene solr lucene.net solrnetIs there a way of keeping the index in RAM instead of keeping it on the hard disk? We want …
search lucene full-text-indexingI am having trouble searching for an exact phrase using Lucene.NET 2.0.0.4 For example I am searching for "scope attribute …
search lucene lucene.netI am looking for a document search engine (like Xapian, Whoosh, Lucene, Solr, Sphinx or others) which is capable of …
lucene solr information-retrieval xapian whooshI want to use ElasticSearch to search filenames (not the file's content). Therefore I need to find a part of …
lucene elasticsearch n-gramI'm building an ASP.NET MVC site where I want to use Lucene.Net for search. I've already built a …
c# asp.net-mvc lucene locking lucene.netI think I'm still not understanding the lucene indexing options. The following options are Store.Yes Store.No and Index.…
lucene