lucene
How to add more synonims to a SOLR SE?
My application is related to health care, so I would like to have queries that use \"heart\" to also bring results that include \"cardiac\"[详细]
2023-04-06 09:35 分类:问答Hibernate HQL query does not update the Lucene Index
I am using Hibernate 3.6.3 Final and Hibernate Search 3.4.1. I wrote an HQL delete query. The objects are deleted from the database but they are not removed from the Lucene Index after the transaction[详细]
2023-04-06 07:20 分类:问答How are SOLR and Lucene related?
For example ZF is a bunch of code that 开发者_StackOverflow中文版is written in PHP and runs on Apache (assuming web server...)[详细]
2023-04-06 03:37 分类:问答Can I return the values of multiple documents' fields in a Solr query?
Suppose I have these fields in a document schema: <field name=\"id\" type=\"string\" indexed=\"true\" stored=\"true\" multiValued=\"false\" />[详细]
2023-04-06 01:40 分类:问答Index Multiple Entities using Hibernate Search
Is it possible to Index multiple entities within same index using Hibernate Search ? I have 3 entities User, Category and Campaign. These entities are not related to each other.[详细]
2023-04-06 01:31 分类:问答Java Lucene Obtain Terms from Document object
I understand how to obtain 开发者_Python百科the document set from a Term object, but can you go the other way around to obtain the terms/term frequencies from a Document object?Yes, it is possible get[详细]
2023-04-06 00:52 分类:问答How can I update document without losing fields?
CommonsHttpSolrServer server = new CommonsHttpSolrServer(\"http://localhost:8983/solr/\"); SolrInputDocument doc1 = new SolrInputDocument();[详细]
2023-04-05 21:27 分类:问答Solr Lucene fuzzy match returning wrong results
I am trying to test SOLR for my application for finding percentage match between strings. I configured solr and defined schema only for first_name matching for now, I used text_general datatype in sc[详细]
2023-04-05 20:52 分类:问答Lucene Term lookup
With Lucene, is it possible to do a straight term lookup wit开发者_StackOverflow中文版hout having to iterate over the terms?[详细]
2023-04-05 17:07 分类:问答How to rebuild Neo4j Lucene index? - Neo4j.rb
I am running on Neo4j (1.4) using Neo4j.rb gem (1.2.2) on Rails 3.1 I bumped into problem where neo4j index was corrupted that I cant run the database anymore, as mentioned in several forums like thi[详细]
2023-04-05 01:52 分类:问答