Re: expand the search

2010-02-28 Thread luciusvorenus
Ok i wil try Thank U Ian Ian Lea wrote: > > Index the year as a 4 character unanalyzed field and pass e.g. > year:{ TO 2010} to query parser along with your other terms.. > > See http://lucene.apache.org/java/3_0_0/queryparsersyntax.htm for the > syntax. > > If you aren't using the quer

Re: expand the search

2010-02-28 Thread Ian Lea
Index the year as a 4 character unanalyzed field and pass e.g. year:{ TO 2010} to query parser along with your other terms.. See http://lucene.apache.org/java/3_0_0/queryparsersyntax.htm for the syntax. If you aren't using the query parser, see javadocs for TermRangeQuery or NumericRangeQuery

Re: expand the search

2010-02-28 Thread luciusvorenus
Thank U Ian. can you help me a little? what exactly I suposse to do? Br Lucius Ian Lea wrote: > > Sounds like a job for a range query. > > > -- > Ian. > > > On Sun, Feb 28, 2010 at 5:59 PM, luciusvorenus > wrote: >> >> Hello >> how can I expand the search so that in addition to the act

Re: expand the search

2010-02-28 Thread Ian Lea
Sounds like a job for a range query. -- Ian. On Sun, Feb 28, 2010 at 5:59 PM, luciusvorenus wrote: > > Hello > how can I expand the search so that in addition to the actual search terms > are also temporal temporal conditions are ? > >  og .. Like this --->>  Vancouver 2010 or Vancouver <2010.

expand the search

2010-02-28 Thread luciusvorenus
Hello how can I expand the search so that in addition to the actual search terms are also temporal temporal conditions are ? og .. Like this --->> Vancouver 2010 or Vancouver <2010.. Thank U -- View this message in context: http://old.nabble.com/expand-the-search-tp27736795p27736795.html S