Re: spellchecker problems (bugs)

2008-07-25 Thread Shalin Shekhar Mangar
On Thu, Jul 24, 2008 at 2:59 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone has probed the patch? I apply it and the problem persists. > I don't know if I am doing something incorrect or the patch has some error. > > Can any one help me? > > Thanks a lot. > > Rober. > This issue has been fixed i

Re: Seeking Anecdotes: Solr Plugins

2008-07-25 Thread Grant Ingersoll
I imagined the AnalysisRequestHandler might be useful for serving up vectors for things like machine learning experiments or just as a server that does analysis. Also, someone on dev the other day talked about one that brought back the vectors w/ TF/IDF info as well. I think Solr could ma

Re: spellchecker problems (bugs)

2008-07-25 Thread Geoffrey Young
This issue has been fixed in the trunk. Can you please use the latest trunk code and try? current trunk looks good. thanks! --Geoff

Multiple search components in one handler - ie spellchecker

2008-07-25 Thread Andrew Nagy
Hello - I am attempting to add the spellCheck component in my "search" requesthandler so when a users does a search, they get the results and spelling corrections all in one query just like the way the facets work. I am having some trouble accomplishing this - can anyone point me to documentati

Re: Multiple search components in one handler - ie spellchecker

2008-07-25 Thread Geoffrey Young
Andrew Nagy wrote: Hello - I am attempting to add the spellCheck component in my "search" requesthandler so when a users does a search, they get the results and spelling corrections all in one query just like the way the facets work. I am having some trouble accomplishing this - can anyone poi

Easiest way to get data dir from a plugin?

2008-07-25 Thread Mark Miller
How do I get the solr / data dir from a plugin without using anything thats deprecated? - Mark

Re: Easiest way to get data dir from a plugin?

2008-07-25 Thread Ryan McKinley
core.getDataDir() what kind of plugin? If you don't have access to core, you can implement SolrCoreAware... On Jul 25, 2008, at 2:27 PM, Mark Miller wrote: How do I get the solr / data dir from a plugin without using anything thats deprecated? - Mark

RE: Multiple search components in one handler - ie spellchecker

2008-07-25 Thread Andrew Nagy
Thanks for getting back to me Geoff. Although, that is pretty much what I have. Maybe if I show my solrconfig someone might be able to point out what I have incorrect? The problem is that nothing related to the spelling options are show in the results, just the normal expected search results.

Re: Multiple search components in one handler - ie spellchecker

2008-07-25 Thread Geoffrey Young
Andrew Nagy wrote: Thanks for getting back to me Geoff. Although, that is pretty much what I have. Maybe if I show my solrconfig someone might be able to point out what I have incorrect? The problem is that nothing related to the spelling options are show in the results, just the normal expe

Re: Easiest way to get data dir from a plugin?

2008-07-25 Thread Mark Miller
Thanks Ryan. Its a SearchComponent. Re: SolrCoreAware: very cool. Had seen it, but didn't follow exactly how it worked. I was grabbing the core off the request, but I really wanted to set the data dir more like in the init rather then having to set it every time, or check and set, during each

RE: Multiple search components in one handler - ie spellchecker

2008-07-25 Thread Andrew Nagy
Exactly - however the spellcheck component is not working for my setup. The spelling suggestions never show in the response. I think I have the solrconfig setup incorrectly. Also my solr/data/spell index that is created is empty. Something is not configured correctly, any ideas? Andrew

Re: Multiple search components in one handler - ie spellchecker

2008-07-25 Thread Shalin Shekhar Mangar
On Sat, Jul 26, 2008 at 12:37 AM, Andrew Nagy <[EMAIL PROTECTED]> wrote: > Exactly - however the spellcheck component is not working for my setup. > The spelling suggestions never show in the response. I think I have the > solrconfig setup incorrectly. Also my solr/data/spell index that is crea

Re: solr synonyms behaviour

2008-07-25 Thread swarag
swarag wrote: > > > Yonik Seeley wrote: >> >> On Tue, Jul 15, 2008 at 2:27 PM, swarag <[EMAIL PROTECTED]> >> wrote: >>> To my understanding, this means I am using synonyms at index time and >>> NOT >>> query time. And yet, I am still having these problems with synonyms. >> >> Can you give a s