lucene.net
use a virtual file system with Lucene.NET
Is there a way to use a virtual 开发者_Python百科filesystem with Lucene.NET? Based on my (moderate) experience with Lucene, I suspect the answer here is no; but just in case (...) barring that:[详细]
2023-03-19 15:43 分类:问答Fast in-memory inverted index
I am looking for a fast in-memory implementation of a generic inverted index. All I need is to store features with weights for a couple million entities and use the inverted index to compute similarit[详细]
2023-03-18 01:50 分类:问答Lucene.Net: Relevancy by distance between words
I create (and update frequently) the index of users using following code (a bit shortened for demonstration purposes here):[详细]
2023-03-17 18:34 分类:问答Multiple filters in Lucene.net
How to combine multiple filters within one search? For example I have record with analyzable field title and not analyzable fields id1, id2, id3, release_date. I want to find all records using specif[详细]
2023-03-17 16:13 分类:问答Lucene Searcher return only one match result
My search text goes as \"ma\" and i have two lucene document which have ma as the text in it. But in return i only get one document.[详细]
2023-03-16 17:52 分类:问答Lucene .NET IndexWriter DeleteDocuments Not Working
Here is the code: Try Dim util As New IndexerUtil() Dim dir As Lucene.Net.Store.Directory = FSDirectory.Open(New DirectoryInfo(util.getIndexDir()))[详细]
2023-03-16 06:07 分类:问答How to sort the result in Lucene.net in C#?
i am adding special enum to lucene for relevant the search. how i can sort the result who have a specific enum value.[详细]
2023-03-16 01:13 分类:问答Searching Chinese in Sitecore using dtSearch/Lucene
Were looking at building a Chinese site (Traditional开发者_运维知识库 and Simplified) in Sitecore and was wondering where the possibilities for supporting the search.[详细]
2023-03-16 01:08 分类:问答Filtering the results of a sorted query in Lucene.NET
I\'m using Lucene.NET, which is currently up to date with Lucene 2.9. I\'m trying to implement a kind of select distinct, but without the need to drill down into any groups. I know that Lucene 3.2 has[详细]
2023-03-14 03:08 分类:问答Keyword proximity matching - options?
I have a case where I have an array of keywords.I want to find their matches within a give开发者_StackOverflow社区n string and return x number of words before and after each.[详细]
2023-03-13 04:10 分类:问答