I have three tables in my database: Table:queries Fields->queryID,query Table:keywords Fileds->keyID,keyword
I am developing an application in Java which will parse a XML file and retrieve keywords from it and store it in my database. These keywords can then be searched by users and they can retrieve the rel
I have two field (name, modifiedDate) in my index. i want to store new document based on modifiedDate and keep index sorted on modifiedDate
What is the best way to implement fulltext search for Google App Engine Java? Solr doesn\'t work out of the box
I have written a following code in my project: final IndexSearcher indexSearcher = new IndexSearcher(INDEXING_DIRECTORY, true);
How does one issue span queries in SOLR (Span, SpanNear, etc)? I\'ve done a bit of research and I can\'t tell of a straightforward way to do it.
I am using zend search lucene, and would like to add boosts to some of my search terms. The code is already written using the query construction API as follows.
I have got a solr search implemented and everything is working fine. Just a quick question. When user searches in our database for e.g. New Honda Civic. Solr would only return the results 开发者_如何学
How to Solr ind开发者_开发问答ex merging is done and configure solrconfig.xml. when i go to create index create indexes but do not get they are merged
I need 开发者_如何转开发a suitable weighing algo to return the most relevant tokens for a query...i hv generated the tokens using Lucene 3.0 ..i m thinking of using the tf-idf concept?can someone sugg