Re: Release of solr 1.4 & autosuggest

2009-02-16 Thread Grant Ingersoll


On Feb 16, 2009, at 6:13 PM, David Smiley @MITRE.org wrote:



Sorry for budding in on this thread but what value is added by  
TermComponent

when you can use faceting for auto-suggest?



Yeah, you can do auto-suggest w/ faceting, no doubt.  In fact the  
TermComponent could just as well be called Term Faceting or something  
like that.  I mostly wrote the TermComp for exposing Lucene's  
underlying TermEnum and thought the auto-suggest would be a bonus.



And with faceting, you can
limit the suggestion by existing words before the word the user is  
typing by

using it for "q".



Not sure I follow, but the whole point of auto-suggest is to limit by  
existing words, right?  The TermComp uses Lucene's internal TermEnum  
to return results without any of the other stuff related to faceting.   
And, of course, you would only ask for terms beginning with the word  
that is being typed.


I haven't tested if it is faster or not, but I do know there is a fair  
amount less code involved, so it _might_ be.  It would be good to do  
some perf. comparisons.


-Grant
--
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:

http://www.lucidimagination.com/search



Re: Release of solr 1.4 & autosuggest

2009-02-16 Thread David Smiley @MITRE.org

Sorry for budding in on this thread but what value is added by TermComponent
when you can use faceting for auto-suggest?  And with faceting, you can
limit the suggestion by existing words before the word the user is typing by
using it for "q".

~ David Smiley


Pooja Verlani wrote:
> 
> Hi All,
> I am interested in TermComponent addition in solr 1.4 (
> http://wiki.apache.org/solr/TermsComponent). When
> should we expect solr 1.4 to be available for use?
> Also, can this Termcomponent be made available as a plugin for solr 1.3?
> 
> Kindly reply if you have any idea.
> 
> Regards,
> Pooja
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Release-of-solr-1.4---autosuggest-tp22031697p22047806.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: Release of solr 1.4 & autosuggest

2009-02-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
the logging used is  changed j.u.l to slf4j . That is the only problem
I can see. If you drop in that jar as well it should just work

On Mon, Feb 16, 2009 at 6:49 PM, Grant Ingersoll  wrote:
>
> On Feb 16, 2009, at 12:05 AM, Pooja Verlani wrote:
>
>> Hi All,
>> I am interested in TermComponent addition in solr 1.4 (
>> http://wiki.apache.org/solr/TermsComponent). When
>> should we expect solr 1.4 to be available for use?
>> Also, can this Termcomponent be made available as a plugin for solr 1.3?
>
> I'm guessing the TermComponent patch would apply to the 1.3 source, but I
> haven't tried it.
>
>>
>>
>> Kindly reply if you have any idea.
>>
>> Regards,
>> Pooja
>
> --
> Grant Ingersoll
> http://www.lucidimagination.com/
>
> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> Solr/Lucene:
> http://www.lucidimagination.com/search
>
>



-- 
--Noble Paul


Re: Release of solr 1.4 & autosuggest

2009-02-16 Thread Grant Ingersoll


On Feb 16, 2009, at 12:05 AM, Pooja Verlani wrote:


Hi All,
I am interested in TermComponent addition in solr 1.4 (
http://wiki.apache.org/solr/TermsComponent). When
should we expect solr 1.4 to be available for use?
Also, can this Termcomponent be made available as a plugin for solr  
1.3?


I'm guessing the TermComponent patch would apply to the 1.3 source,  
but I haven't tried it.





Kindly reply if you have any idea.

Regards,
Pooja


--
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:

http://www.lucidimagination.com/search



Release of solr 1.4 & autosuggest

2009-02-15 Thread Pooja Verlani
Hi All,
I am interested in TermComponent addition in solr 1.4 (
http://wiki.apache.org/solr/TermsComponent). When
should we expect solr 1.4 to be available for use?
Also, can this Termcomponent be made available as a plugin for solr 1.3?

Kindly reply if you have any idea.

Regards,
Pooja