I am trying to get the most occurring term frequencies for every particular document in Lucene index. I am trying to set the treshold of top occuring terms that I care about, maybe 20
I\'m getting started with Lucene.Net (stuck on version 2.3.1).I add sample documents with this: Dim indexWriter = New IndexWriter(indexDir, New Standard.StandardAnalyzer(), True)
I want to know what is the VInt in Lucene ? I read this article , but i don\'t understand what is it and where does Lucene use开发者_如何学编程 it ?
What options exist for creating a scalable, full text search with results that need to be sorted on a per user bas开发者_开发问答is? This is for PHP/MySQL (Symfony/Doctrine as well, if relevant).
Afternoon chaps, Right, I\'m constructing a fairly complex (to me anyway) search system for a website using Solr, although this question is quite simple I think...
I created a lucene index and compressed the index directory with bz2 or zip. I donot want to uncompress it. Is there any API call that can read the index from this zipped directory and thus allow sear
Let\'s say I have 2 instance of a class called \'Animal\'. Animal has 3 fields: Name, Age, and Type The name field is nullable, so before I insert an instance of Animal as a Lucene indexed document,
I have some BigDecimal values which should be indexed for searching. Lucene has NumericField but it has setters only for long, double, float and int. I could store it as a 开发者_如何学PythonString bu
When we create a lucene index, various files are created. If we do not optimize Index writer开发者_运维技巧 three files are created, one named _0.cfs which contains all of the index data and two other
I\'m running a simple test--trying to index something and then search for it. I index a simp开发者_运维百科le document, but then when a search for a string in it, I get back what looks to be an empty