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 the core architectural differences between these technologies? Also, what use cases are generally more appropriate for each?
search solr lucene elasticsearchI'm currently looking at other search methods rather than having a huge SQL query. I saw elasticsearch recently and played …
solr lucene elasticsearch sphinx xapianI'm building a Django site and I am looking for a search engine. A few candidates: Lucene/Lucene with Compass/…
mysql postgresql full-text-search lucene sphinxI'm working on a solr query similar to the following: ((myField:superneat AND myOtherField:somethingElse) OR NOT myField:superneat) When …
search lucene solrI have a large solr index, and I have noticed some fields are not updated correctly (the index is dynamic). …
solr luceneI read some document about Lucene; also I read the document in this link (http://lucene.sourceforge.net/talks/pisa). …
algorithm indexing luceneI know that Lucene and Solr are 2 differents Apache projects that are made to work together, but I don't understand …
java solr luceneI'm processing some English texts in a Java application, and I need to stem them. For example, from the text "…
java lucene stemming porter-stemmerI'm following the advice given here in order to find partial words with elasticsearch: ElasticSearch n-gram tokenfilter not finding partial …
lucene elasticsearch