Re: indexing with DIH (and with problems)

2012-02-11 Thread Shawn Heisey
On 2/11/2012 4:33 AM, alessio crisantemi wrote: dear all, I update my solr at 3.5 version but now I have this problem: Grave: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: java.lang.NoSuchMethodError: The data import handler has always been a contrib module,

Re: SolrCloud Replication Question

2012-02-11 Thread Mark Miller
Yeah, that is what I would expect - for a node to be marked as down, it either didn't finish starting, or it gave up recovering...either case should be logged. You might try searching for the recover keyword and see if there are any interesting bits around that. Meanwhile, I have dug up a coupl

Re: SolrCloud Replication Question

2012-02-11 Thread Jamie Johnson
I didn't see anything in the logs, would it be an error? On Sat, Feb 11, 2012 at 3:58 PM, Mark Miller wrote: > > On Feb 11, 2012, at 3:08 PM, Jamie Johnson wrote: > >> I wiped the zk and started over (when I switch networks I get >> different host names and honestly haven't dug into why).  That b

Re: Highlighting stopwords

2012-02-11 Thread Koji Sekiguchi
(12/02/11 21:19), O. Klein wrote: Koji Sekiguchi wrote (12/01/24 9:31), O. Klein wrote: Let's say I search for "spellcheck solr" on a website that only contains info about Solr, so "solr" was added to the stopwords.txt. The query that will be parsed then (dismax) will not contain the term "so

Re: SolrJ + SolrCloud

2012-02-11 Thread Mark Miller
On Feb 11, 2012, at 6:02 PM, Darren Govoni wrote: > Hi, > Do all the normal facilities of Solr work with SolrCloud from SolrJ? > Things like /mlt, /cluster, facets , tvf's, etc. > > Darren > SolrJ works the same in SolrCloud mode as it does in non SolrCloud mode - it's fully supported. Ther

FW: boost question. need boost to take a query like bq

2012-02-11 Thread Bill Bell
I did find a solution, but the output is horrible. Why does explain look so badly? 6.351252 = (MATCH) boost(*:*,query(specialties_ids: #1;#0;#0;#0;#0;#0;#0;#0;#0; ,def=0.0)), product of: 1.0 = (MATCH) MatchAllDocsQuery, product of: 1.0 = queryNorm 6.351252 = query(specialties_ids: #1;#0

boost question. need boost to take a query like bq

2012-02-11 Thread Bill Bell
We like the boost parameter in SOLR 3.5 with eDismax. The question we have is what we would like to replace bq with boost, but we get the "multi-valued field issue" when we try to do the equivalent queriesŠ HTTP ERROR 400 Problem accessing /solr/providersearch/select. Reason: can not use Fie

SolrJ + SolrCloud

2012-02-11 Thread Darren Govoni
Hi, Do all the normal facilities of Solr work with SolrCloud from SolrJ? Things like /mlt, /cluster, facets , tvf's, etc. Darren

Re: SolrCloud Replication Question

2012-02-11 Thread Mark Miller
On Feb 11, 2012, at 3:08 PM, Jamie Johnson wrote: > I wiped the zk and started over (when I switch networks I get > different host names and honestly haven't dug into why). That being > said the latest state shows all in sync, why would the cores show up > as down? If recovery fails X times (s

Re: SolrCloud Replication Question

2012-02-11 Thread Jamie Johnson
I wiped the zk and started over (when I switch networks I get different host names and honestly haven't dug into why). That being said the latest state shows all in sync, why would the cores show up as down? On Sat, Feb 11, 2012 at 11:08 AM, Mark Miller wrote: > > On Feb 10, 2012, at 9:40 PM, Ja

Distributed search: RequestHandler

2012-02-11 Thread ku3ia
Hi! I'm using Solr 3.5. I have two shards. Now I'm using default and my own defined request handler to search by these shards: 192.168.1.1:8080/solr,192.168.1.2:8080/solr So, urls I have: http://192.168.1.1:8080/solr/select/?q=test&rows=0&qt=distributed: {"responseHeader":{"

Re: Help with MMapDirectoryFactory in 3.5

2012-02-11 Thread Bill Bell
Also, does someone have an example of using unmap in 3.5 and chunksize? From: Bill Bell Date: Sat, 11 Feb 2012 10:39:56 -0700 To: Subject: Help with MMapDirectoryFactory in 3.5 I am using Solr 3.5. I noticed in solrconfig.xml: I don't see this parameter taking.. When I set -Dsolr.direc

Help with MMapDirectoryFactory in 3.5

2012-02-11 Thread Bill Bell
I am using Solr 3.5. I noticed in solrconfig.xml: I don't see this parameter taking.. When I set -Dsolr.directoryFactory=solr.MMapDirectoryFactory How do I see the setting in the log or in stats.jsp ? I cannot find a place that indicates it is set or not. I would assume StandardDirectoryFact

Re: SolrCloud Replication Question

2012-02-11 Thread Mark Miller
On Feb 10, 2012, at 9:40 PM, Jamie Johnson wrote: > > > how'd you resolve this issue? > I was basing my guess on seeing "JamiesMac.local" and "jamiesmac" in your first cluster state dump - your latest doesn't seem to mismatch like that though. - Mark Miller lucidimagination.com

Re: Highlighting stopwords

2012-02-11 Thread O. Klein
Koji Sekiguchi wrote > > (12/01/24 9:31), O. Klein wrote: >> Let's say I search for "spellcheck solr" on a website that only contains >> info about Solr, so "solr" was added to the stopwords.txt. The query that >> will be parsed then (dismax) will not contain the term "solr". >> >> So fragments w

Re: indexing with DIH (and with problems)

2012-02-11 Thread alessio crisantemi
dear all, I update my solr at 3.5 version but now I have this problem: Grave: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: java.lang.NoSuchMethodError: org.apache.solr.core.SolrResourceLoader.getClassLoader()Ljava/lang/ClassLoader; at org.apache.solr.handler.d

Re: Setting up logging for a Solr project that isn't in tomcat/webapps/solr

2012-02-11 Thread Jan Høydahl
You can unpack your war (jar -xvf solr.war), change logging.properties and then pack it again (jar -cvf solr.war) You can also try to specify a new folder in a tag in solrconfig.xml and put your prop file there. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Tra

Re: solr search speed is so slow.

2012-02-11 Thread Jan Høydahl
Hi, I got your private email but will reply in public for everyones benefit. I'm sure you can fine-tune various things in order to gain some ms. But my first and best advice to you is to increase the amount of RAM in your computer. Your computer is very weak and under-specced for use with search