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

2009-07-07 Thread Sagar Khetkade
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 Sagar Khetkade wrote: Hello All, I was figuring out the issue with the synonym.txt

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 firing the query on Solr indexes. The indexed contains three

RE: Solr Loggin issue

2009-05-13 Thread Sagar Khetkade
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 versions of these files. -Jay On Tue, May 12, 2009 at 3:38 AM, Sagar Khetkade sagar.khetk...@hotmail.comwrote: Hi, I have

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: Solr Loggin issue

2009-05-12 Thread Sagar Khetkade
of these files. -Jay On Tue, May 12, 2009 at 3:38 AM, Sagar Khetkade sagar.khetk...@hotmail.comwrote: Hi, I have solr implemented in multi-core scenario and also implemented solr-560-slf4j.patch for implementing the logging. But the problem I am facing is that the logs are going

RE: Core Reload issue

2009-05-07 Thread Sagar Khetkade
the documents it must be reflected are you sure you re-indexed? On Tue, May 5, 2009 at 10:00 AM, Sagar Khetkade sagar.khetk...@hotmail.com wrote: Hi, I came across a strange problem while reloading the core in multicore scenario. In the config of one of the core I am making changes

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
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 miss

Distributed Search in multcore scenario.

2009-03-05 Thread Sagar Khetkade
:// 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? IMing

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,

RE: Updating the solr index

2009-02-18 Thread Sagar Khetkade
not ready ,so it is pushed to 1.5. On Wed, Feb 18, 2009 at 2:32 PM, Sagar Khetkade sagar.khetk...@hotmail.com wrote: Hi, The question is about the SOLR path 139 in jira. There the issue is open and marked for SOLR 1.5 release. Is the patch available updates the index file

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

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
distribution, you can find all the dependencies in the lib folder. On Wed, Dec 24, 2008 at 1:49 PM, Sagar Khetkade sagar.khetk...@hotmail.comwrote:Hi, When loading the solr core in an web application I am using EmbeddedSolrServer class. When loading the core directly through

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:

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

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

2008-12-18 Thread Sagar Khetkade
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 synonym in the file to make it reflect I have

chaching and indexes in Solr

2008-04-11 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

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