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
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
This issue has been fixed in the trunk. Can you please use the latest trunk
code and try?
current trunk looks good.
thanks!
--Geoff
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
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
How do I get the solr / data dir from a plugin without using anything
thats deprecated?
- Mark
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
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.
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
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
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
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
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
13 matches
Mail list logo