Re: indexing numbers in texts for range queries

2014-12-02 Thread Ahmet Arslan
tion? > > -Mike > > > > On 12/02/2014 02:59 PM, Mikhail Khludnev wrote: > >> Hello Searchers, >> >> Don't you remember any examples of indexing numbers inside of plain text. >> eg. if I have a text: "foo and 10 bars" I want to find it wit

Re: indexing numbers in texts for range queries

2014-12-02 Thread Michael Sokolov
On 12/02/2014 03:41 PM, Mikhail Khludnev wrote: Thanks for suggestions. Do I remember correctly that you ignored last Lucene Revolution? I wouldn't say I ignored it, but it's true I wasn't there in DC: I'm excited to catch up on the presentations as the videos become available, though. -Mike

Re: indexing numbers in texts for range queries

2014-12-02 Thread Mikhail Khludnev
ucene Revolution? > > -Mike > > > > On 12/02/2014 02:59 PM, Mikhail Khludnev wrote: > >> Hello Searchers, >> >> Don't you remember any examples of indexing numbers inside of plain text. >> eg. if I have a text: "foo and 10 bars" I want to find it

Re: indexing numbers in texts for range queries

2014-12-02 Thread Michael Sokolov
know you said you cannot use [0-9]* terms, but you will not see terrible term explosion with this. What's your concern there? -Mike On 12/02/2014 02:59 PM, Mikhail Khludnev wrote: Hello Searchers, Don't you remember any examples of indexing numbers inside of plain text. eg. if I ha

indexing numbers in texts for range queries

2014-12-02 Thread Mikhail Khludnev
Hello Searchers, Don't you remember any examples of indexing numbers inside of plain text. eg. if I have a text: "foo and 10 bars" I want to find it with a query like foo [8 TO 20] bars. The question no.1 whether to put trie terms into the separate field or they can reside at th

Re: indexing numbers

2011-05-25 Thread Rob Casson
> http://lucene.472066.n3.nabble.com/indexing-numbers-tp2986424p2986424.html > Sent from the Solr - User mailing list archive at Nabble.com. >

indexing numbers

2011-05-25 Thread antoniosi
Hi, How does solr index a numeric value? Does it index it as a string or does it keep it as a numeric value? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-numbers-tp2986424p2986424.html Sent from the Solr - User mailing list archive at Nabble.com.