Tim,

Looks like you can only access it with a subscription. :( Sounds good, though.

-Mike

At 02:39 PM 3/9/2004, you wrote:
[EMAIL PROTECTED] wrote:

Hi!
I want to store numbers (id) in my index:
long id = 1069421083284;
doc.add(Field.UnStored("in", String.valueOf(id)));
But searching for "id:1069421083284" doesn't return any hits.
Well, did I misunderstand something? UnStored is the number is stored but not index (analyzed), isn't it? Anyway, Field.Text doesn't work either.
TIA
Timo

Craig Walls wrote an excellent article in JDJ at the end of 2002 regarding Lucene (not shown in any of the resources BTW). He documents using Lucene along side a database as well as provides two classes (and others unrelated) that extend the functionality of the StopAnalyzer to include numbers and or alpha numerics.


Check out the article at: http://www.sys-con.com/story/print.cfm?storyid=37296

HTH,
Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



________________________________________________________________________
Save and share anything you find online - Furl @ http://www.furl.net

Reply via email to