Hi Peter I want to include an option called "contains " in my search application. for example: Name "contains" 'p' like that... Thanks for reply. Pradeep
Peter Carlson wrote: >Do you really want to be able to find items by letter? Do you have some >other purpose that tokenizing by letter is trying to get around. > >If your do want to tokenize by letter, you can create your own tokenizer >which creates breaks up items by letter. See the current tokenizers under >org.apache.lucene.analysis. > >--Peter > >On 7/10/02 10:26 AM, "Pradeep Kumar K" <[EMAIL PROTECTED]> wrote: > > > >>Hi >> >>Is it possible to search for a word contains some letters? >>example : "God is love" >> >>how can I create query to search for sentences having "d". >>I found that lucene is tokenizing a sentence in to words not into letters. >>is it possible using lucene? Can anybody give a clue for this? >> >> >>Thanks >>Pradeep >> >> >>-------------------------------------------------------------- >>Robosoft Technologies - Partners in Product Development >> >> >> >>-- >>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> >> >> >> > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > >