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
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
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
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
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
>
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
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
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