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.
We are currently replacing our product search from mysql to a SOLR backend. Our customer often开发者_开发技巧 search for terms like \'startrek online\', \'starwars\', \'redsteel\' or even \'grandtheft
I was wondering what the best way is to retrieve a certain field of all documents returned by a Searcher of Lucene.
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.
Anyone know if it is possible to perf开发者_如何转开发orm faceted searches with NHibernate.Search and Lucene.NET or do you need to implement something like Solr as well to get this functionality.
I have a Lucene index which is currently case sensitive. I want to add the option of having a case insensitive search as a fall-back. This means that results that match the case will get more weight a
I was browsing the web looking for an indexing and search framework and stumbled upon Solr. A functionality that we absolutely need is to boost results based on what field contained the hit.
I am indexing a row of data from database in Lucene.Net. A row is equivalent of Document. I want to update my database with the DocId, so that I 开发者_运维技巧can use the DocId in the results to be
For a bit of background to know what i am doing: using hit highlighter开发者_Go百科 in lucene Now to solve this problem i am setting maxclause count to 50000.
My runtime environment is still on JDK1.4 but I like the Solr features related to how documents are ingested and indexed. Would I be able to index my documents using Solr offline on a recent version o