I have stemming enabled in my Solr instance, I had assumed that in order to perform an exact word search without disabling stemming, it would be as simple as putting the word into quotes. This however
Is there a way of creating a field in Lucene which can accept a reader or InputStream and also store the content of it? I want to store the data so that it can be used at the time of Highlighting and
We are running a search app for book. It is implemented by hibernate search. Book entity is defined as following开发者_开发百科:
I am having trouble getting an EmbeddedSolrServer to run. The JavaDoc for CoreContainer is sparse to say the least. I\'ve looked at the \"MergeIndexesEmbeddedTest\" and my code seems like it should wo
i have the following code in my zf project : $index = Zend_Search_Lucene::open(APPLICATION_PATH . \'/cache/search_index\');
I\'m struggling to work out how the best way to store n+1 object in a solr document. I am storing a CV/resume document in a solr document.I am looking at storing two different data types \"education\
I hope you can help me, here is my problem: edit: Now that I re-thought, if there is a way to delete a term from the index, it would work anyway. Is there a way to do that? if there is, there is no n
I have been trying to run the following boolean query in lucene but it seems to fail. Please help. (a or b) and c -> works fine
I want solr to do a fuzzy search and also find the query as subword. Matches of complete words shall be prefered.
I was trying to use lucene in a GAE application but, with lucene 3.1.0, even using RAMDirectory (which should be ok, I have only about 300 docs to index), I have an error committing or closing the ind