I will be out of the office starting 05/12/2011 and will not return until
05/01/2012.
Please email to itsta...@actionimages.com for any urgent issues.
Action Images is a division of Reuters Limited and your data will therefore be
protected
in accordance with the Reuters Group Privacy / Data P
Well, the JoinQParserPlugin is definitely there. Turning on debug reveals why
I get zero results. Given the URL:
http://localhost:8091/solr/ing-content/select/?qt=partner-tmo&fq=type:node&q={!join+from=conceptId+to=id+fromIndex=partner-tmo}brca1&debugQuery=true&rows=5&fl=id,n_type,n_name
I get
It seems like the error was caused by wrong list of shard URLs, kept in
ZooKeeper. One possible workaround is to specify list of shards manually
with
shards=slave-node1,slave-node2,slave-node3,...
(see SolrCluster documentation for details)
--
View this message in context:
http://lucene.472
Hello again:
I'm looking at the newer join functionality (http://wiki.apache.org/solr/Join)
to see if that will help me out. While there are signs it can go cross
index/core (https://issues.apache.org/jira/browse/SOLR-2272), I doubt I can
specify facet.field params for fields in a couple of di
Sax is attractive, but I have found it lacking in practice. My primary
issue is that in order to get sufficient recall for practical matching
problems, I had to do enough query expansion that the speed advantage of
inverted indexes went away.
The OP was asking for blob storage, however, and I thi
My query for the terms road and show
body:(road show)
returns 4 documents. The highlighting shows several instances where road
immediately precedes show. However, a query for the phrase "road show"
body:("road show")
returns no documents. I have similar results with "floor show" and "road
On Fri, Dec 2, 2011 at 10:48 AM, Mark Miller wrote:
> You always want to use the distrib-update-chain. Eventually it will
> probably be part of the default chain and auto turn in zk mode.
I'm working on this now...
-Yonik
http://www.lucidimagination.com
On Thu, Dec 1, 2011 at 3:39 PM, Mark Miller wrote:
> On Thu, Dec 1, 2011 at 10:08 AM, Jamie Johnson wrote:
>
>> I am currently looking at the latest solrcloud branch and was
>> wondering if there was any documentation on configuring the
>> DistributedUpdateProcessor? What specifically in solrcon
I have a situation where each doc is described by a tag field with multiple
tags. Tags come pairs. So when one tag is added to the field, it means that
the opposite tag in the pair is rejected for the document. Tags are also
optional, so two documents may be described by different set of tags. When
Definitely should be possible. As an aside, I've also thought one could do
more time series stuff. Have a look at the iSax stuff by Shieh and Koegh:
http://www.cs.ucr.edu/~eamonn/iSAX/iSAX.html
On Dec 3, 2011, at 12:10 PM, Alan Miller wrote:
> Hi,
>
> I have a webapp that plots a bunch of t
Hi Chris,
Thanks for you reply and sorry for delay. Please find my replies below in
the mail.
On Sat, Dec 3, 2011 at 5:56 AM, Chris Hostetter wrote:
>
> : Till 3 days ago, we were running Solr 3.4 instance with following java
> : command line options
> : java -server -*Xms2048m* -*Xmx4096m* -Dso
Thanks a lot for these answers!
Elisabeth
2011/12/4 Erick Erickson
> See below:
>
> On Thu, Dec 1, 2011 at 10:57 AM, elisabeth benoit
> wrote:
> > Hello,
> >
> > If anybody can help, I'd like to confirm a few things about Solr's caches
> > configuration.
> >
> > If I want to calculate cache si
12 matches
Mail list logo