Given the id/url of an indexed document in so开发者_如何学Golr can I get the set of terms contained/indexed for that document?
I am trying to index an embedded collection (Set) having one-to-many associati开发者_运维知识库on using @IndexedEmbedded.The problem is that we are only soft deleting the records in our application an
I am volunteering for a non-profit and the CEO would like an application that stores resumes of University professors. The resumes are to be searchable so that possible employers can find them. The re
I have a mysql database where large amounts of text are constantly added. (10 pages of text per hour). Text is stored as plaintext in text fields. Every row contacts a page or two of texts.
I am interested in knowing a little more specifically about 开发者_StackOverflow社区how Lucene queries are scored.In their documentation, they mention the VSM.I am familiar with VSM, but it seems inco
At first I have to say that I am completely new to Lucene and therefore my question may be a little bit stupid.
I have been able to use the Lucene query syntax so far.Now开发者_如何学Python I need to be able to return the scores and number of hits on nodes by modifying my query line:
I am trying to set up Solr in eclipse by following the instructions here: http://hokiesuns.blogspot.com/2010/01/setting-up-apache-solr-in-eclipse.html.
I Have a Solr index that stores dates in a multivalued field for each document. I need to have the ability to search for a date range (done that), but also sort the result set by date where the date
while describing a system havi开发者_JAVA百科ng a three tier architecture, which tier would Lucene come under-the Business Logic or the Data Tier?If you are using Lucene, then you are not really three