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.
Can someone please explain the difference between the different analyzers within Lucene? I am getting a maxClauseCount exception and I …
lucene analyzerI read How to incorporate multiple fields in QueryParser? but i didn't get it. At the moment i have a …
java parsing lucene lucene.net information-retrievalI am running a Solr instance on Jetty and when I search using the Solr admin panel, it returns the …
lucene solrGiven the following query: (field:value1 OR field:value2 OR field:value3 OR ... OR field:value50) Can this be broken …
lucene solrI'm getting this error when I try to create a new core in solr. root@ubuntu:/opt/solr# bin/solr …
solr lucene solr5Can I use Lucene with PHP ? I don't want to use Zend. Can I use in native PHP (not framework) ?
php luceneHow do I search for those document in a SOLR index which do not contain a specified field?
lucene solr lucene.net solrnetHere is the thing. I have a term stored in the index, which contains special character, such as '-', the …
java luceneI am trying to allow searches on partial strings in Solr so if someone searched for "ppopota" they'd get the …
search lucene solr