When indexing, I boost certain documents, but they do not appear on the top of the list of retrieved documents. I looked at the score of those documents, and somehow, the score of the documents retrie
Is there any alternative implementations of Lucene\'s (FS)Directory, notably ones related to replication? What I am looking forward to doing (but looking for something existing before implementing my
i\'ve been trying to get the frequency of terms of a document usin TermFreqVvector, here is my code, LuceneStore.Directory dir = LuceneStore.FSDirectory.GetDirectory(\"e:/indexDir\", true);
I just want to know if I am on the right track with how I should architect 开发者_如何学编程my Lucene context in my application:
I have a question about searching process in lucene/. I use this code for search Directory directory = FSDirectory.GetDirectory(@\"c:\\index\");
I am trying to boost certain document开发者_JAVA技巧s.But they dont get boosted. Please tell me what I am missing. Thanks!
I have the need to delete documents from my Lucene index and then be able to re-add them later. It seems that if I mark a document as delet开发者_如何学编程ed and then attempt to add it again.. the do
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I am not sure why this is not pulling back documents: The documents being added: docu开发者_如何学Cment.Add(new Field(\"project.id\", projectId.ToString(), Field.Store.YES, Field.Index.NO));
This question alre开发者_开发知识库ady has answers here: Closed 11 years ago. Possible Duplicate: