When searching, is there a way to disable scoring for any query? The scenario is that the user refines his query by trying different combinations of words, phrases etc., and needs realtime (well, rea
I am cr开发者_C百科eating a tagging system for my site I got the basics of adding a document to lucene but i can seem to figure out how to delete a document or update one when the user changes the ta
I am trying to put together a test case for using Lucene.NET on one of our websites. I\'d like to do the following:
I\'m using lucene on a site of mine and I want to show the total result cou开发者_如何学Gont from a query, for example:
I\'ve created an index with various bits of data for each document I\'ve added, ea开发者_JAVA百科ch document can differ in it field name.
Could anyone give me an example about how to do 开发者_JAVA技巧fuzzy matching of two strings using Lucene.NET (or using Java version of Lucene, or in any other language that has port of Lucene).Could
I am looking at the query syntax. and i could not figure out how to search \'and\'. I tried \"a sentence with and and words after it\" i trie开发者_StackOverflow社区d +and and \\and. It always ignored
I have an index, with a field \"Affiliation\", some example values are: \"Stanford University School of Medicine, Palo Alto, CA USA\",
When I use Luke to search my Lucene index using a standard analyzer, I can see the field I am searchng for contains values of the form MY_VALUE.
I want to sort my lucene(.net) search results by a date field (date1), but if date1 is not set, I\'d like to use date2.