Hi Otis and Jorge,

I probably wasn't phrasing my question too well, but I think I was looking
for FuzzySuggest. Messing around with the configs found here seems to be
doing what I want:

http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-phrasesuggest.xml

Thanks
Brendan


On Fri, Jun 14, 2013 at 11:50 AM, Brendan Grainger <
brendan.grain...@gmail.com> wrote:

> Hi Otis,
>
> Sorry was a bit tired when I wrote that. I think what I'd like is to be
> able spellcheck the suggestions. For example. If a user types in brayk (as
> opposed to brake) I'd still get the following suggestions say:
>
> brake line
> brake condition
>
> Does that make sense?
>
> Thanks
> Brendan
>
>
>
> On Thu, Jun 13, 2013 at 8:53 PM, Otis Gospodnetic <
> otis.gospodne...@gmail.com> wrote:
>
>> Hi,
>>
>> I think you are talking about wanting instant search?
>>
>> See https://github.com/fergiemcdowall/solrstrap
>>
>> Otis
>> --
>> Solr & ElasticSearch Support
>> http://sematext.com/
>>
>>
>>
>>
>>
>> On Thu, Jun 13, 2013 at 7:43 PM, Brendan Grainger
>> <brendan.grain...@gmail.com> wrote:
>> > Hi Solr Guru's
>> >
>> > I am trying to implement auto suggest where solr would suggest several
>> > phrases that would return results as the user types in a query (as
>> distinct
>> > from autocomplete). e.g. say the user starts typing 'br' and we have
>> > documents that contain "brake pads" and "left disc brake", solr would
>> > suggest both of those phrases with "brake pads" first. I also want to
>> only
>> > look at documents that match a given filter query. So say I have a
>> bunch of
>> > documents for a toyota cressida that contain the bi-gram "brake pads",
>> > while the documents for a honda accord don't have any brake pad
>> articles.
>> > If the user is filtering on the honda accord I wouldn't want "brake
>> pads"
>> > as a suggestion.
>> >
>> > Right now, I've played with the suggest component and using faceting.
>> >
>> > Any thoughts?
>> >
>> > Thanks
>> > Brendan
>> >
>> > --
>> > Brendan Grainger
>> > www.kuripai.com
>>
>
>
>
> --
> Brendan Grainger
> www.kuripai.com
>



-- 
Brendan Grainger
www.kuripai.com

Reply via email to