I have recently just started working with Lucene (specifically, Lucene.Net) and have successfully created several indicies and have no problem with any of them.Previously having worked with Endeca, I
I know dbsight allows synonyms and stop words for searching but does this take care of inflectional forms of a verb too e.g. for \'swim\' it should find swim, swims, swimming, swam, and swum
Why do I get error like this in Lucene and how to r开发者_开发问答esolve it? Could not find file \'C:\\Indexes_z3_1.del\'.
I\'m using Lucene.Net to create a website to search books, articles, etc, stored as PDFs.I need to be able to filter my search results based on author name, for example.Can this be done with just Luce
I know it takes in a float, but what are some typ开发者_C百科ical values for various levels of boosting within a result?
In order to keep my index up to date, I need to add / modify my search index every 5 minutes. The way I have it set up is with 2 indexes, one in the Full directory and one in the Incremental directory