lucene
How to get the set of terms that occur in a search result?
Given the id/url of an indexed document in so开发者_如何学Golr can I get the set of terms contained/indexed for that document?[详细]
2023-03-31 01:23 分类:问答Hibernate filter not working while indexing through hibernate search
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[详细]
2023-03-30 22:19 分类:问答Is Solr a Good Solution for the Problem Described Below?
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[详细]
2023-03-30 10:46 分类:问答Search large amounts of constantly updated text in mysql
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.[详细]
2023-03-30 07:46 分类:问答Understanding Lucene Queries
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[详细]
2023-03-30 06:56 分类:问答How can I set the minimum term frequency when creating a lucene index?
At first I have to say that I am completely new to Lucene and therefore my question may be a little bit stupid.[详细]
2023-03-30 05:06 分类:问答How can I return the Lucene score of my query when using the Neo4J REST server?
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:[详细]
2023-03-29 22:21 分类:问答Setting up apache solr in eclipse
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.[详细]
2023-03-29 20:13 分类:问答sorting by specific value of multivalued field in solr
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[详细]
2023-03-29 16:42 分类:问答Lucene index which tier?
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[详细]
2023-03-29 12:07 分类:问答