Re: Wildcard in a text field

2013-02-08 Thread Steve Rowe
ey generally will be treated >> as spaces. >> >> -- Jack Krupansky >> >> -Original Message- From: Nicolas Roduit >> Sent: Friday, February 08, 2013 2:49 AM >> To: java-user@lucene.apache.org >> Su

Re: Wildcard in a text field

2013-02-08 Thread Jack Krupansky
From: Nicolas Roduit Sent: Friday, February 08, 2013 10:14 AM To: java-user@lucene.apache.org Subject: Re: Re: Wildcard in a text field For instance, I have a list of tags related to a text. Each text with its list of tags are put in a document and indexed by Lucene. If we consider that a tag

Re: Re: Wildcard in a text field

2013-02-08 Thread Ian Lea
"text" fields, be >> sure to use an analyzer that preserves them since they generally will be >> treated as spaces. >> >> -- Jack Krupansky >> >> -Original Message- From: Nicolas Roduit >> Sent: Friday, February 08, 2013 2:4

Re: Re: Wildcard in a text field

2013-02-08 Thread Nicolas Roduit
Sent: Friday, February 08, 2013 2:49 AM To: java-user@lucene.apache.org Subject: Wildcard in a text field I'm looking for a way of making a query on words which contain wildcards (* or ?). In general, we use wildcards in query, not in the text. I haven't find anything in Lucene to build

Re: Wildcard in a text field

2013-02-08 Thread Jack Krupansky
in "text" fields, be sure to use an analyzer that preserves them since they generally will be treated as spaces. -- Jack Krupansky -Original Message- From: Nicolas Roduit Sent: Friday, February 08, 2013 2:49 AM To: java-user@lucene.apache.org Subject: Wildcard in a text

Wildcard in a text field

2013-02-07 Thread Nicolas Roduit
I'm looking for a way of making a query on words which contain wildcards (* or ?). In general, we use wildcards in query, not in the text. I haven't find anything in Lucene to build that. - To unsubscribe, e-mail: java-user-uns