solr string field

2010-06-21 Thread ZAROGKIKAS,GIORGOS
Hi I use a string Field in my solr schema but when I query a value with space it doesn't give me results e.g I have a value "sony vaio" when I query with "sony vaio" I get 0 results but when I query "sony*" I get my results how can I query a strin

RE: solr string field

2010-06-22 Thread ZAROGKIKAS,GIORGOS
t; Cominvent AS - www.cominvent.com > Training in Europe - www.solrtraining.com > > On 21. juni 2010, at 14.42, ZAROGKIKAS,GIORGOS wrote: > >> Hi >> I use a string Field in my solr schema >> but when I query a value with space it doesn't give me results >> &g

solr connection question

2010-07-08 Thread ZAROGKIKAS,GIORGOS
Hi solr users I need to know how solr manages the connections when we make a request(select update commit) Is there any connection pooling or an article to learn about it connection management?? How can I log in a file the connections solr server I have setup my solr 1.4 with tomcat Thanks i

RE: solr connection question

2010-07-08 Thread ZAROGKIKAS,GIORGOS
. Best, Sven --On Donnerstag, 8. Juli 2010 15:46 +0300 "ZAROGKIKAS,GIORGOS" wrote: > Hi solr users > > I need to know how solr manages the connections when we make a > request(select update commit) Is there any connection pooling or an > article to learn about it connecti

Locked Index files

2010-07-13 Thread ZAROGKIKAS,GIORGOS
Hi My solr Index files are locked and I can’t index anything How can I remove the lock file ? I can’t delete it

RE: Locked Index files

2010-07-13 Thread ZAROGKIKAS,GIORGOS
. Cheers, Yuval -Original Message- From: ZAROGKIKAS,GIORGOS [mailto:g.zarogki...@multirama.gr] Sent: Tuesday, July 13, 2010 11:28 AM To: solr-user@lucene.apache.org Subject: Locked Index files Hi My solr Index files are locked and I can’t index anything How can I remove the

RE: Locked Index files

2010-07-13 Thread ZAROGKIKAS,GIORGOS
, ZAROGKIKAS,GIORGOS wrote: > I found it but I can not delete > Any suggestion??? > > -Original Message- > From: Yuval Feinstein [mailto:yuv...@answers.com] > Sent: Tuesday, July 13, 2010 11:39 AM > To: solr-user@lucene.apache.org > Subject: RE: Locked Index files > >

Solr Cluster Indexing data question

2010-09-30 Thread ZAROGKIKAS,GIORGOS
Hi there solr experts I have an solr cluster with two nodes and separate index files for each node Node1 is master Node2 is slave Node1 is the one that I index my data and replicate them to Node2 How can I index my data at both nodes simultaneously ? Is there any specific setup

RE: Solr Cluster Indexing data question

2010-10-01 Thread ZAROGKIKAS,GIORGOS
lding index (which means two master), it makes them unified and collapses master slave relation. Would you take a look the link below for index snapshot problem? http://wiki.apache.org/solr/SolrCollectionDistributionScripts On Thu, Sep 30, 2010 at 11:03 AM, ZAROGKIKAS,GIORGOS wrote: > Hi th

RE: Solr Cluster Indexing data question

2010-10-01 Thread ZAROGKIKAS,GIORGOS
ns > two master), it makes them unified and collapses master slave > relation. > > Would you take a look the link below for index snapshot problem? > http://wiki.apache.org/solr/SolrCollectionDistributionScripts > > On Thu, Sep 30, 2010 at 11:03 AM, ZAROGKIKAS,GIORGOS >

Solr an Greek Chars

2009-12-28 Thread ZAROGKIKAS,GIORGOS
Hi there I’m using solr 1.4 under tomcat server in windows server 2008 and I want to index some data that contain Greek chars When I try to index my data and query all of them with *:* all the greek chars returned like hieroglyphics can anybody help ???

RE: Solr an Greek Chars

2009-12-29 Thread ZAROGKIKAS,GIORGOS
-user@lucene.apache.org Cc: ZAROGKIKAS,GIORGOS Subject: Re: Solr an Greek Chars Hi, Did you post your documents in UTF-8? Also, for querying through GET using non-ascii you must reconfigure Tomcat6 as per the manual [1]. Cheers, [1] http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config

solr with tomcat in cluster mode

2010-01-22 Thread ZAROGKIKAS,GIORGOS
Hi I'm using solr 1.4 with tomcat in a single pc and I want to turn it in cluster mode with 2 nodes and load balancing But I can't find info how to do Is there any manual or a recorded procedure on the internet to do that Or is there anyone to help me ?

RE: solr with tomcat in cluster mode

2010-01-27 Thread ZAROGKIKAS,GIORGOS
ch Solr instance > points > > to a shared index. We use a separate server for indexing. When the index > is > > complete, we do some juggling using the Core Admin SWAP function and > update > > the shared index. I've wondered about having a shared index across

RE: solr with tomcat in cluster mode

2010-01-28 Thread ZAROGKIKAS,GIORGOS
'balance'. You set it up at a third port and configure it to use 'localhost:8180' and 'localhost:8280'. On Wed, Jan 27, 2010 at 4:06 AM, ZAROGKIKAS,GIORGOS wrote: > Hi again >        I finally setup my solr Cluster with tomcat6 >        The configuration I

Facet query problem

2010-04-22 Thread ZAROGKIKAS,GIORGOS
Hi there I 'm a new solr user With some problems with facets I have Index a field like that 9 An I get ranges between 1 an 35 When I Use fq=A00053:[16 TO 30] I get an results between 1 and 35 It looks like it ignores the second number of each value in my Range How can I so