RE: Query on the updation of synonym and stopword file.

2009-07-07 Thread Sagar Khetkade
server; it is not feasible in production. > > I am not a multicore user, but I can see the synonyms.txt updated > after reloading the core (I verified it via analysis.jsp, not re-indexing), > wothout restarting solr server. I'm using 1.4. What version are you using? > > Koji &g

Query on the updation of synonym and stopword file.

2009-07-06 Thread Sagar Khetkade
across the discussion with subject “ synonyms.txt file updated frequently” in which Grant had a view to write a new logic in SynonymFilterFactory which would take care of this issue. Is there any possible solution to this or is this the solution. Thanks in advance! Regards, Sagar Khetkade

RE: Boolean query in Solr

2009-05-25 Thread Sagar Khetkade
> From: e...@ehatchersolutions.com > To: solr-user@lucene.apache.org > Subject: Re: Boolean query in Solr > Date: Tue, 14 Apr 2009 09:33:27 -0400 > > > On Apr 14, 2009, at 5:38 AM, Sagar Khetkade wrote: > > > > > Hi, > > I am using SolrJ and fir

RE: Solr Loggin issue

2009-05-13 Thread Sagar Khetkade
issue > > From: jayallenh...@gmail.com > > To: solr-user@lucene.apache.org > > > > Usually that means there is another log4j.properties or log4j.xml file in > > your classpath that is being found before the one you are intending to use. > > Check your classpath for other

RE: Solr Loggin issue

2009-05-12 Thread Sagar Khetkade
your classpath for other versions of these files. > > -Jay > > > On Tue, May 12, 2009 at 3:38 AM, Sagar Khetkade > wrote: > > > > > Hi, > > I have solr implemented in multi-core scenario and also implemented > > solr-560-slf4j.patch for implementing the l

Solr Loggin issue

2009-05-12 Thread Sagar Khetkade
work round to make logs go into the logger mentioned in log4j.properties file. Thanks in advance. Regards, Sagar Khetkade _ Live Search extreme As India feels the heat of poll season, get all the info you need on the MSN News

RE: Core Reload issue

2009-05-07 Thread Sagar Khetkade
you change the the conf files and if you reindex the documents it > must be reflected are you sure you re-indexed? > > On Tue, May 5, 2009 at 10:00 AM, Sagar Khetkade > wrote: > > > > Hi, > > > > I came across a strange problem while reloading the core in multicor

Core Reload issue

2009-05-04 Thread Sagar Khetkade
the config folder. Is this the expected behaviour or some problem at my side. Could anyone suggest me the possible work around? Thanks in advance! Regards, Sagar Khetkade _ More than messages–check out the rest of the Windows

Boolean query in Solr

2009-04-14 Thread Sagar Khetkade
in advance. Regards, Sagar Khetkade _ Windows Live Messenger. Multitasking at its finest. http://www.microsoft.com/india/windows/windowslive/messenger.aspx

special characters in Solr search query.

2009-04-10 Thread Sagar Khetkade
h I am going to index contains any of these special characters it is throwing query parse exception. Can anyone give pointer over this? Thanks in advance. Regards, Sagar Khetkade _ The new Windows Live Messenger. You don’t want to mis

Distributed Search in multcore scenario.

2009-03-05 Thread Sagar Khetkade
;http:// core0/select': Invalid authority”. Can anybody suggest me the right approach having distributed search using multi-core scenario as well as the EmbedderSolrServer. Thanks and Regards, Sagar Khetkade _ How fun is this?

Search in two core of solr with a single search query

2009-02-27 Thread Sagar Khetkade
Hi, I have a issue here as i want to search a query. That query would be fired in two core of solr having different indexes and would merge the result set. This was possible in Lucene using multisearcher and then merging the result. Please suggest me how can i do it in solr. Thanks, Sa

RE: Updating the solr index

2009-02-18 Thread Sagar Khetkade
; is a huge change and a patch is still not ready ,so it> is pushed to 1.5.> > > On Wed, Feb 18, 2009 at 2:32 PM, Sagar Khetkade> > wrote:> >> > Hi,> >> > The question is about the SOLR path 139 in jira. There > the issue is open and marked for

Dynamic fields in schema.xml file

2009-02-01 Thread Sagar Khetkade
count is coming for A, B and C field but not on C and D fields. I am stuck up on this issue. Is the schema ( my thinking ) is wrong or something else. Regards, Sagar Khetkade _ Plug in to the MSN Tech channel for a full update on the

Using Threading while Indexing.

2009-01-18 Thread Sagar Khetkade
persists with Lucene; is it the same with Solr? Thanks and Regards, Sagar Khetkade. _ For the freshest Indian Jobs Visit MSN Jobs http://www.in.msn.com/jobs

Wordnet look-up

2008-12-26 Thread Sagar Khetkade
Hi, Need some information about the Solr 1.3 look up for synonyms in the WordNet dictionary during search and indexing other than the approach i.e SynonymFilterFactory. Do Solr have such feature or we have to write our own plug-in(analyzer) for the same. Thanks in advance Regards, Sagar

RE: Core load: reading config file (no class defination found ) error

2008-12-25 Thread Sagar Khetkade
jar. > If you download the Solr> distribution, you can find all the dependencies in > the lib folder.> > On Wed, Dec 24, 2008 at 1:49 PM, Sagar Khetkade> > wrote:> > >> > Hi,> > When loading the solr core > in an web application I am using>

Core load: reading config file (no class defination found ) error

2008-12-24 Thread Sagar Khetkade
Hi, When loading the solr core in an web application I am using EmbeddedSolrServer class. When loading the core directly through CoreContainer Class’s constructor CoreContainer(String instanceDir, File configFile) it is giving me error of “java.lang.NoClassDefFoundError: org/apache/lucene/se

RE: Change in config file (synonym.txt) requires container restart?

2008-12-18 Thread Sagar Khetkade
(synonym.txt) requires container restart?> > Sagar Khetkade wrote:> > Hi,> > > > I am using SolrJ client to connect to the Solr 1.3 server and the whole POC (doing a feasibility study ) reside in Tomcat web server. If any change I am making in the synonym.txt file to add the syno

Change in config file (synonym.txt) requires container restart?

2008-12-18 Thread Sagar Khetkade
filter factory that I am using are in both in analyzers for type index and query in schema.xml. Please tell me whether this approach is good or any other way to make the change reflect while searching without restarting of tomcat server. Thanks and Regards, Sagar Khetkade

chaching and indexes in Solr

2008-04-10 Thread Sagar Khetkade
Hello, I have a hands on both Lucene and Solr. The difference betweenthese two search engines are explained to some extend, still havingsome query on these. I am in need to know 1. The difference between caching of Lucene and Solr index files. 2. As Solr is built on Lucene, is the index file

help on caching and index files of Solr

2008-04-10 Thread Sagar Khetkade
Hello, I have a hands on both Lucene and Solr. The difference between these two search engines are explained to some extend, still having some query on these. I am in need to know why 1. Want some information on the difference between caching of Lucene and Solr index files. 2. As Solr is