lucene.net
understanding the relationship between boosting a document in lucene at index time and its corresponding score at search time
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[详细]
2023-04-13 07:05 分类:问答Lucene: replicated (FS)Directory implementation
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[详细]
2023-04-12 14:59 分类:问答trouble with TermFreqVector in lucene.net
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);[详细]
2023-04-12 14:20 分类:问答Advice on architecture using Lucene?
I just want to know if I am on the right track with how I should architect 开发者_如何学编程my Lucene context in my application:[详细]
2023-04-12 09:35 分类:问答Apache lucene and text meaning
I have a question about searching process in lucene/. I use this code for search Directory directory = FSDirectory.GetDirectory(@\"c:\\index\");[详细]
2023-04-12 04:28 分类:问答Using Lucene when indexing I boost certain documents, but their score at search is still 1
I am trying to boost certain document开发者_JAVA技巧s.But they dont get boosted. Please tell me what I am missing. Thanks![详细]
2023-04-12 03:51 分类:问答Is it possible to undelete a document in Lucene.net index?
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[详细]
2023-04-11 07:14 分类:问答Lucene.Net in ASP .Net MVC application [closed]
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[详细]
2023-04-10 03:37 分类:问答Lucene query using GetFieldQuery not getting back results?
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));[详细]
2023-04-07 12:05 分类:问答Lucene doesn't search text having '_' [duplicate]
This question alre开发者_开发知识库ady has answers here: Closed 11 years ago. Possible Duplicate:[详细]
2023-04-06 05:32 分类:问答