t; Date start = new Date();
> >> >>
> >> >> Hits hits = searcher.search(mpquery);
> >> >> for(int k = 0; k<100; k++){
> >> >>//when I print the results of the search, none of the values match
> >> >> with
> >
; Depending on your setup and requirements you may need to be aware of
>> >> > the performance implications of wild card searching, particularly
>> >> > leading wildcards as will be required for the example you give. Se
lists for ngrams.
> >> >
> >> > Depending on your setup and requirements you may need to be aware of
> >> > the performance implications of wild card searching, particularly
> >> &g
>> > --
>> > Ian.
>> >
>> > On Thu, Apr 30, 2009 at 11:46 AM, Huntsman84
>> wrote:
>> >>
>> >> Hello,
>> >>
>> >>
>> >>
>> >> I am new to Lucene, and I don't know if it is possible to
don't know if it is possible to obtain results
> >> providing part of the keyword.
> >>
> >>
> >>
> >> For example, if I try to search "in", it should return all matches with
> >> "string", "meaning", "trinity"
n results
>> providing part of the keyword.
>>
>>
>>
>> For example, if I try to search "in", it should return all matches with
>> "string", "meaning", "trinity"...
>>
>>
>>
>> Am I expecting too muc
Hi
This is possible. There is an entry on wildcards in the FAQ. See
also RegexQuery and search the mailing lists for ngrams.
Depending on your setup and requirements you may need to be aware of
the performance implications of wild card searching, particularly
leading wildcards as will be requi
much?
Thank you so much!
--
View this message in context:
http://www.nabble.com/Searching-for-partial-matches-tp23313810p23313810.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---