I\'m using hibernate search 3.4, and I\'m running in to a small problem. I have a filter I\'m attempting to use (CourseStatusFilterFactory), but every time I enable it, no results are returned. I have
I am trying to build an adjacency list out of a corpus. I am thinking of using Map-Reduce because in-memory solutions have proven to be extremely expensive. The sequence of jobs that I think will work
I\'m wondering how can I use Lucene for searching and indexing with PHP, Google said that I can do so just if It will be through Zend framework, this latter unlikely does not present in my dictionary,
So I am using the MultiFieldQueryParser in Lucene 3.0.2, and I have given it multiple fields. I want to find out which field matched the query; I searched on here, and one user said there is absolutel
Is there a simple way I could use any subclass of Lucene\'s Analyzer to parse/tokenize a String? Something like:
I\'m not sure how to handle the following issues. So i hope, to get here some ideas or something like that.
In my application i am adding all the docid in the hash map. But while segmentation happen then docid are getting change... Is there any possibility to track the segmentation ?Because i am having one
Is anyone aware of have the experience of using PHP Zend Lucene ( search engine ) with repositories of more than 1 million.
I have created lucene in java index and able to do searching. Now I want my query in such as way that it maintains order. Say for example I have following in my index
I am using Umbraco and came across Lucene. I found a lot of code and articles on Lucene, but I still can\'t build an acceptable search.