The Grouping feature only works if groups are in the same shard.
Perhaps that is the problem here?
I could find https://issues.apache.org/jira/browse/SOLR-4164 which
says that once the sharding was fixed, the problem went away. We
should come up with a better exception message though.
On Fri, Mar
Hi Greg,
Where i can find the clusterstate.json.? i have ensemble zookeeper. Can you
please tell me that where i can find it.
Thanks.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr4-7-No-live-SolrServers-available-to-handle-this-request-tp4125679p4126452.html
Sent f
Did you upgrade recently to Solr 4.7? 4.7 has a bad bug which can
cause out of memory issues. Can you check your logs for out of memory
errors?
On Sun, Mar 23, 2014 at 9:07 PM, Lukas Mikuckis wrote:
> Solr version: 4.7
>
> Architecture:
> 2 solrs (1 shard, leader + replica)
> 3 zookeepers
>
> Ser
What is the exception stack trace? The link looks good and works for Solr4.x
From: Michael Sokolov
To: solr-user@lucene.apache.org
Sent: Sunday, March 23, 2014 7:56 AM
Subject: Re: setting up solr on tomcat
On 3/22/2014 2:16 AM, anupamk wrote:
> Hi,
>
> Is t
Hi Lukas;
Did you upgrade your architecture from an old version of Solr to Solr 4.7
or not?
Thanks;
Furkan KAMACI
23 Mar 2014 17:39 tarihinde "Lukas Mikuckis"
yazdı:
> Solr version: 4.7
>
> Architecture:
> 2 solrs (1 shard, leader + replica)
> 3 zookeepers
>
> Servers:
> * zookeeper + solr (hea
Stefan,
no worries. The patch has fixed the issue.
On Sun, Mar 16, 2014 at 10:39 PM, Stefan Matheis
wrote:
> Oh .. i'm sorry .. late to the party - didn't see the response from Doug
> .. so feel free to ignore that mail (:
>
>
> On Sunday, March 16, 2014 at 9:38 PM, Stefan Matheis wrote:
>
> >
What indexed text are you expecting the "avaloq frage 1" query to match
against?
I just noticed that you have two distinct calls to WDF in your index
analyzer.
I think you're going to need to go back and clearly state all of the term
requirements for both indexing and query. Show all the use
Hi Jack,
Thanks for your response, but if I try q="best quality and best
price", the parsedquery comes as following which is a lot of unwanted
combinations. I am just looking for uni-bi and tri grams.
"debug":{
"rawquerystring":"\"best quality and best price\"",
"querystring":"\"
Setting the default query operator to AND is the preferred approach:
q.op=AND.
That said, I'm not sure that counting ignored and empty terms towards the mm
% makes sense. IOW, if a term transforms to nothing, either because it is a
stop word or empty synonym replacement or pure punctuation, I
The query parser only presents the query terms one at a time to the
analyzer, so your analyzer doesn't see both terms on one analysis call.
If you enclose your query terms in quotes as a single phrase, you should see
multiple terms being processed.
q="best price"
-- Jack Krupansky
-Or
Solr version: 4.7
Architecture:
2 solrs (1 shard, leader + replica)
3 zookeepers
Servers:
* zookeeper + solr (heap 4gb) - RAM 8gb, 2 cpu cores
* zookeeper + solr (heap 4gb) - RAM 8gb, 2 cpu cores
* zookeeper
Solr data:
* 21 collections
* Many fields, small docs, docs count per collection from 1
How are you getting the impression that is not worth anything? It appears to
be worth more than the inhaltstyp field, but less than the title field - as
you have specified by your field boosts.
-- Jack Krupansky
-Original Message-
From: ao...@hispeed.ch
Sent: Friday, March 21, 2014 4
On 3/22/2014 2:16 AM, anupamk wrote:
Hi,
Is the solrTomcat wiki article valid for solr-4.7.0 ?
http://wiki.apache.org/solr/SolrTomcat
I am not able to deploy solr after following the instructions there.
When I try to access the solr admin page I get a 404.
I followed every step exactly as me
There is no way to stop it once initiated.
On Fri, Mar 21, 2014 at 8:09 PM, search engn dev
wrote:
> My index size 20 GB and I have issues solr backup command , now this backup
> is going on its taking too much time , so how can i stop backup command?
>
>
>
> --
> View this message in context:
>
14 matches
Mail list logo