Too many results in dismax queries with one word

2011-08-20 Thread RaVbaker
Hi all, I have a database of e-commerce products (5M) and trying to build a search solution for it. I have used steemer, edgengram and doublemetaphone phonetic fields for omiting common typos in queries. It works quite good with dismax QParser for queries longer than one word: "tv lc20", "sny ps

Re: Update field value in the document based on value of another field in the document

2011-08-20 Thread bhawna singh
Now that I have set it up using UpdateProcessorChain, I am running into null exeception. Here is what I have- In SolrConfig.xml mychain Here is my java code- package mysolr; import java.io.IOException; import org.apache.solr.common.SolrInp

Null exception in UpdateRequestProcessor

2011-08-20 Thread bhawna singh
Hi All, I am trying to add a field in my Solr document based on the domain. Now that I have set it up using UpdateProcessorChain, I am running into null exception. Here is what I have- In SolrConfig.xml mychain Here is my java code- package

heads up: re-index trunk Lucene/Solr indices

2011-08-20 Thread Michael McCandless
Hi, I just committed a new block tree terms dictionary implementation, which requires fully re-indexing any trunk indices. See here for details: https://issues.apache.org/jira/browse/LUCENE-3030 If you are using a released version of Lucene/Solr then you can ignore this message. Mike McCan

Re: query cache result

2011-08-20 Thread jame vaalet
thanks tomas .. can we set querywindowsize of particular query through url ? say, i want only a particular set of query's result to be cached and not other queries . is it possible to control this query cache results and window size for each query separately ? 2011/8/19 Tomás Fernández Löbbe >

Re: get update record from database using DIH

2011-08-20 Thread Alexandre Sompheng
Actually I requested .../dataimport?command=delta-import&commit=true And DIH in delta-import mode does not commit, you can se log below. My index is quite empty, maybe 10 data rows max... It's just the beginning. INFO: Starting Delta Import Aug 14, 2011 1:42:02 AM org.apache.solr.core.SolrC

Re: Date Facet Question

2011-08-20 Thread Jamie Johnson
Makes complete sense, when faceting on dates I'm just checking to see if NOW is in it and replace it with either the beginning of the day or the end of the day (depending if it's lower or upper) and use that. This works well. Thanks for the quick response. On Fri, Aug 19, 2011 at 3:13 PM, Chris H

Re: Why are not query keywords treated as a set?

2011-08-20 Thread Gabriele Kahlout
Part of the query is 'injected' by my application while unaware of the user query. Would I know that 'paste past' end up together as query 'past past' I would not inject anything as it distorts the score calculation. I could inject after it, but it is not easy. So, trying to solve it right into