Hi,
Nice to have a chance to discuss with solr experts!
We are using solr as our search solution. But now we have a requirement
that we don't know how to handle, even after we have looked through the Solr
documentation.
The solr version we used is 4.10.1.
For the questi
Hi Chun,
Something like:
+slug:variety +slug:entertainment headline:entertainment should work.
But you may also want to use function queries for slug filtering:
http://search-lucene.com/?q=fq&fc_project=Solr
https://cwiki.apache.org/confluence/display/solr/Common+Query+Parameters#CommonQueryParam
You may want to put the slug portion of the query in filter queries (fq).
Do you rank on slug or only use them for filtering? Asked another way, are some
slugs more important than others or do you want them all to score the same?
It would look like this:
&fl=id,headline,slug&fq=slug:variety&
Hi folks,
I am running multiple solr instances (Solr 4.10.3 on tomcat 8).There are
3 physical machines and I have 4 solr instances running on each machine
on ports 8080,8081,8082 and 8083.The set up is well up to this point.Now I
want to point each of these instance to a different index dir
Using rows=xxx doesn't seem to work.
Is there a way to do this?
Hi,
Check http://search-lucene.com/?q=%22Cross+Data+Center+Replicaton%22 ->
http://issues.apache.org/jira/browse/SOLR-6273
Otis
--
Monitoring * Alerting * Anomaly Detection * Centralized Log Management
Solr & Elasticsearch Support * http://sematext.com/
On Fri, Jan 2, 2015 at 4:52 PM, jaime spi
The solr.SynonymFilterFactory mentions SOLR-319 which is a tokenizerFactory
to EdgeGram and then pass it into the SynonymFilterFactory. This does not
appear to work. Not sure when it broke? Or maybe the parameters changed?
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFi