My application is related to health care, so I would like to have queries that use \"heart\" to also bring results that include \"cardiac\"
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
For example ZF is a bunch of code that 开发者_StackOverflow中文版is written in PHP and runs on Apache (assuming web server...)
Suppose I have these fields in a document schema: <field name=\"id\" type=\"string\" indexed=\"true\" stored=\"true\" multiValued=\"false\" />
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.
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
CommonsHttpSolrServer server = new CommonsHttpSolrServer(\"http://localhost:8983/solr/\"); SolrInputDocument doc1 = new SolrInputDocument();
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
With Lucene, is it possible to do a straight term lookup wit开发者_StackOverflow中文版hout having to iterate over the terms?
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