You can use the spelling dictionary feature for auto-complete. This is
actually more useful than facet.prefix because normal people are not
perfect spellers. (It would be even more useful based on phonemes, but
I haven't figured out how to do that yet.)
On Tue, Jan 19, 2010 at 6:28 PM, Erik Hatche
On 20.01.2010, at 15:50, Lukas Kahwe Smith wrote:
>
> On 19.01.2010, at 22:52, Lukas Kahwe Smith wrote:
>
I also want to match multiple fields at once.
>>>
>>> Can you give an example?
>>
>>
>> I enter "Kreuz" but this could either be part of a persons name or of a
>> street name, whic
On 19.01.2010, at 22:52, Lukas Kahwe Smith wrote:
>>> I also want to match multiple fields at once.
>>
>> Can you give an example?
>
>
> I enter "Kreuz" but this could either be part of a persons name or of a
> street name, which are separate fields in my index mainly because they
> analyzed
I find the DismaxRequestHandler perfect for matching multiple fields, matching
phrases in other/subset of fields, weighting the different matches. It's
powerful and fast.
You can define several DismaxRequestHandlers if you want to offer different
kinds of "search areas" to the user (e.g. search
On Jan 19, 2010, at 3:55 PM, Otis Gospodnetic wrote:
a search "quality" meter. As in indicate the total number of
matches (doesnt
need to be accurate, just a ballpark figure especially if there are
a lot of
matches)
As in, you want each suggestion include the number of documents it
would
On 19.01.2010, at 21:55, Otis Gospodnetic wrote:
> Hi Lukas,
>
>
> - Original Message
>
>> From: Lukas Kahwe Smith
>
>> I want to use TermsComponent for both auto complete suggestions but also
>> showing
>
> Is TermsComponent really that good for AutoComplete?
> Have a look at ht
Hi Lukas,
- Original Message
> From: Lukas Kahwe Smith
> I want to use TermsComponent for both auto complete suggestions but also
> showing
Is TermsComponent really that good for AutoComplete?
Have a look at http://www.sematext.com/demo/ac/index.html - doesn't use TC.
> a search
Hi,
I want to use TermsComponent for both auto complete suggestions but also
showing a search "quality" meter. As in indicate the total number of matches
(doesnt need to be accurate, just a ballpark figure especially if there are a
lot of matches). I also want to match multiple fields at once.