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 notice Solr 4.0 has introduced 'join' feature for documents having relationships. this is great, however, I notice examples given by …
join solr luceneMy application does very frequent solr writes from multiple clients via REST. I'm using the autocommit feature by using the "…
java lucene full-text-search solrI have a corpus which has around 8 million news articles, I need to get the TFIDF representation of them as …
python lucene nlp scikit-learn tf-idfWe use Lucene.NET to implement a full text search on a clients website. The search itself works already but …
c# search lucene lucene.netI have Grafana 2.6 and Elasticsearch 1.6.2 as datasource on each of my documents, I have a field "status" that can have …
elasticsearch lucene grafanaI am brand new to ElasticSearch, and am currently exploring its features. One of them I am interested in is …
lucene elasticsearch fuzzy-searchHas anyone come across with the features of Apache Lucene? I heard its even comparable to Google Search Appliance (GSA). …
search lucene google-search-applianceI am not understanding when to use omitNorms="true". I read 2-3 links but still I am not clear with …
solr lucene fieldJust getting started with Lucene.Net. I indexed 100,000 rows using standard analyzer, ran some test queries, and noticed plural queries …
full-text-search lucene lucene.net nlp snowball