Re: Auto suggestion

2010-02-27 Thread Suram
Erick Erickson wrote: > > Hmmm, re-reading I'm not sure what your issue is. What > do you mean by "AutoSuggestion not found". Do you have > autosuggest working already just can't find new data or you > don't have autosuggest working at all? > > Erick > > On Sat, Feb 27, 2010 at 5:44 AM, Suram

Re: Auto suggestion

2010-02-27 Thread Erick Erickson
Hmmm, re-reading I'm not sure what your issue is. What do you mean by "AutoSuggestion not found". Do you have autosuggest working already just can't find new data or you don't have autosuggest working at all? Erick On Sat, Feb 27, 2010 at 5:44 AM, Suram wrote: > > > > Erick Erickson wrote: > >

Re: If you could have one feature in Solr...

2010-02-27 Thread Stephen Weiss
I think an examples page would be a good idea. We've already implemented search in Chinese, Japanese, and Spanish back with 1.3, but it was not really very well laid out how it was supposed to work - I had to dig through bits and pieces of people's configs left in the mailing list archives

Re: indexing using inbuilt lucene in Solr

2010-02-27 Thread Shalin Shekhar Mangar
On Sat, Feb 27, 2010 at 12:27 PM, mamathahl wrote: > I'm new to Solr. I have a database which consists of latitude, longitude > and relevant news. This file has been imported using dataimport. I think > it has been indexed successfully by Solr. Now I have to move ahead and > give > few querie

Re: replication. when the slave goes down...

2010-02-27 Thread Shalin Shekhar Mangar
On Fri, Feb 26, 2010 at 8:32 PM, Matthieu Labour wrote: > Hi > I have 2 solr machine. 1 master, 1 slave replicating the index from the > master > The machine on which the slave is running went down while the replication > was running > I suppose the index must be corrupted. Can I safely remove the

Re: unexpected result using OR in query

2010-02-27 Thread György Frivolt
Hi Ahmet, The default operator is set to AND. In the query I explicitly define (...) OR (...). In solrconfing more requestHandlers are defined. How do I find out which one is the default? Thanks for help, Georg On Thu, Feb 25, 2010 at 3:34 PM, Ahmet Arslan wrote: > > > --- On Thu, 2/

Re: CoreAdmin

2010-02-27 Thread Mark Miller
On 02/27/2010 06:52 AM, Suram wrote: Hi all, How can i configure Core admin under the Tomcat server.Kindly could u tell me anyone Thanks in advance You need to be more specific. Do you mean the CoreAdmin Handler? If so, you need to make sure the adminPath attribute is set in solr.

Re: CoreAdmin

2010-02-27 Thread Shalin Shekhar Mangar
On Sat, Feb 27, 2010 at 5:22 PM, Suram wrote: > > Hi all, > > How can i configure Core admin under the Tomcat server.Kindly could > u tell me anyone > > There's nothing to configure. If you are using multiple cores in Solr 1.4 then CoreAdmin is available. See http://wiki.apache.org/solr/

Re: If you could have one feature in Solr...

2010-02-27 Thread Dave Searle
Haha, superb! Have never noticed that before! That's made my day Grant :-) On 27 Feb 2010, at 12:13, "Grant Ingersoll" wrote: > > On Feb 26, 2010, at 11:28 PM, Dave Searle wrote: > >> To have a coffee waiting for me every morning when I wake up. >> Marriage >> material indeed. > > > Dave, >

RE: Solrsharp

2010-02-27 Thread Frederico Azeiteiro
Hi Saschin, Yes i had to make some patches too (range queries didn't work very good...) and yes, i thought about changing the parameterjoin. I'm already using solrsharp for indexing without problems but i guess for searches, I'm gonna give a try to solrnet mostly because the lack of support

Re: ConcurrentModificationException

2010-02-27 Thread Dan Hertz (Insight 49, LLC)
On 2010-02-26 12:55 PM, Yonik Seeley wrote: Yep, definitely a bug. It looks like resourceLoader.newInstance() is fundamentally not thread safe. Could you open a JIRA issue for this? JIRA Issue opened: http://issues.apache.org/jira/browse/SOLR-1797 Dan

Re: If you could have one feature in Solr...

2010-02-27 Thread Grant Ingersoll
On Feb 26, 2010, at 11:28 PM, Dave Searle wrote: > To have a coffee waiting for me every morning when I wake up. Marriage > material indeed. Dave, Didn't you know that one already exists? http://localhost:8983/solr/admin/coffeehandler?type=ethiopian&cream=false&sugar=true&togo=true :-) -

Re: Solrsharp

2010-02-27 Thread Sachin
solr# does not have built in support for "NOT" searches, you would have to tweak the solr# library to do that (take a look at how the ParameterJoin is used, add one for Not). I have faced quite a few issues with using solr# in the past like unclosed TCP connections, no spellchecker, json suppo

CoreAdmin

2010-02-27 Thread Suram
Hi all, How can i configure Core admin under the Tomcat server.Kindly could u tell me anyone Thanks in advance -- View this message in context: http://old.nabble.com/CoreAdmin-tp27727352p27727352.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto suggestion

2010-02-27 Thread Suram
Erick Erickson wrote: > > Have you reopened the index after you added the data? > > Erick > > On Fri, Feb 26, 2010 at 9:23 AM, Suram wrote: > >> >> Hi >> >> AutoSuggestion not found for newly indexed data ,how can i configure >> that anyone help me >> >> Thans in advance >> -- >> View t