lucene.net
Lucene.NET query + highlighting
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.[详细]
2023-03-12 01:59 分类:问答How to filter Lucene search with a field by 2 values?
I have a lucene search where i was trying to filter my search with LanguageIds, but i was unable to do that. I was passing my Languageids like \"1,2,3\",but its not filtering correctly,its only taking[详细]
2023-03-12 00:16 分类:问答Sorting in Lucene treats word differently between upper and lower case?
I have the following code on sorting[1], but I ended up with a result开发者_运维百科 set in which words begin with numeric placed first and then words in uppercase sorted ascendingly with words in low[详细]
2023-03-11 05:56 分类:问答Lucene.NET update not removing search terms
I\'m using Lucene.NET for a project, and creating an index/searching the ind开发者_Go百科ex is going great. However, when I update, I seem to only add to the search index, but never remove terms from[详细]
2023-03-10 03:03 分类:问答Lucene.NET stemming problem
I\'m running into a problem using the SnowBallAnalyzer in Lucene.NET. It works great for some words, but others it doesn\'t find any results on at all, and I\'m not sure how to dig into this further t[详细]
2023-03-09 07:48 分类:问答Not getting the value of the hit field?
I am doing a project on search using Lucene.Net. We have created an index which contains 100 000 documents with 5 fields. But while searching I\'m unable to track my correct record. Can anybody help m[详细]
2023-03-08 11:44 分类:问答Why does this Lucene.Net query fail?
I am trying to convert my search functionality to allow for fuzzy searches involving multiple words.My existing search code looks like:[详细]
2023-03-08 00:52 分类:问答Autosuggest / Autocomplete with multiple indexes and Lucene.Net?
Does anyone have any suggesti开发者_Python百科ons when it comes to building an Autosuggestion / Autocomplete search on multiple indexes?[详细]
2023-03-06 19:27 分类:问答Luke Lucene BooleanQuery
In Luke, the following search expression returns 23 results: docurl:www.siteurl.comdocfile:Tomatoes* If I pass this same expression into my C# Lucene.NET app with the following implementation:[详细]
2023-03-05 14:13 分类:问答How do I perform an AND search in Lucene.net when multiple words are used in a search?
I am playing around with Lucene.net to try and get a handle of how to implement it in my application.[详细]
2023-03-04 12:17 分类:问答