Top "Lucene" questions

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.

Multiple queries in Solr

My problem is I have n fields (say around 10) in Solr that are searchable, they all are indexed and stored. …

search solr lucene solrj solr4
Can a raw Lucene index be loaded by Solr?

Some colleagues of mine have a large Java web app that uses a search system built with Lucene Java. What …

api search lucene solr
How to search between dates (Hibernate Search)?

I am wondering how I can search between by dates in Hibernate Search using Range-Query or is there any filter …

java hibernate lucene hibernate-search
Why use Elasticsearch or Apache Solr along with Hibernate Search?

I learned and understood that Elasticsearch, Apache Solr and Hibernate Search are based on the Apache Lucene library. They provide …

hibernate solr lucene elasticsearch hibernate-search
Forward Index vs Inverted index Why?

I was reading about inverted index (used by the text search engines like Solr, Elastic Search etc) and as I …

solr elasticsearch lucene inverted-index forward-indexing
How to search across all the fields?

In Lucene, we can use TermQuery to search a text with a field. I am wondering how to search a …

lucene.net lucene
Enabling soundex/metaphone for non-English characters

I've been studying soundex, metaphone and other string search techniques the past few days, and in my understanding both algorithms …

algorithm search lucene soundex metaphone
How to import data from one solr core to another solr instance

I need to import data from one Solr instance to another instance Full data and index import. I have searched …

solr lucene data-import zend-search-lucene solr5
Searching names with Apache Solr

I've just ventured into the seemingly simple but extremely complex world of searching. For an application, I am required to …

search solr lucene fuzzy-search edismax
Wildcard search in Solr

I am having a problem doing wildcard searches in lucene syntax using the edismax handler. I have Solr 4.0 nightly build …

search solr lucene wildcard edismax