Re: best way to index numerical text data ?
- From: Jack Klein <jackklein@xxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 13:05:04 -0600
On 31 Mar 2006 08:45:53 -0800, "Jack" <jack_posemsky@xxxxxxxxx> wrote
in comp.lang.c:
Hi I have a lot of data that is in a TEXT file which are numbers does
anyone have a good suggestion for indexing TEXT numbers (zip codes,
other codes, dollar amounts, quantities, etc). since Lucene and other
indexers are really optimized for Alpha character indexing. What
approaches are typically taken in computer science for example to index
text numbers..hash maps or something else ??
Thank you,
Jack
I don't see any question here about the C language. If you are
looking for an algorithm, I would suggest asking in
news:comp.programming.
Once you have selected an algorithm, if you have problems writing a
standard C program to implement it, then ask for help here.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
- References:
- best way to index numerical text data ?
- From: Jack
- best way to index numerical text data ?
- Prev by Date: Re: Text mode fseek/ftell
- Next by Date: Re: A question on variable defination
- Previous by thread: best way to index numerical text data ?
- Next by thread: HI, a question on #include
- Index(es):
Relevant Pages
|
|