Re: token type question

2005-04-16 Thread Paul Libbrecht
Le 16 avr. 05, à 08:31, Pierrick Brihaye a écrit : How do I search all the tokens with "chem" type token, such as H2O, O2, etc? Any sample like this? If this approach doesn't work, what's the best approach? Nifty question... I'm working on indexing text with math formulae... there may be similar

finding all docs with field.

2005-04-16 Thread Peter Veentjer - Anchor Men
How can I find all documents with a field (the value doesn`t matter). I have tried: Query query = new TermQuery(new Term(AbstractBaseDoc.FIELD_INDEX_ERROR,"")); But this never finds results. The field with name FIELD_INDEX_ERROR has been of type Unindex, Text, Keyword but it doesn`t matter

Re: lucene with oracle ?????

2005-04-16 Thread Nader Henein
You would have to write a little application to read from oracle and write Lucene documents to the index and then a little more code to search your newly created index. Lucene will function externally from Oracle, you can also add a few triggers to oracle to tag new records as "dirty" or pendin

RE: lucene with oracle ?????

2005-04-16 Thread Peter Veentjer - Anchor Men
You could access the database, read the data, and index it with Lucene. But you have to make your own dbaccess, but this shouldn`t have to be any problem. If you take middlegen + Hibernate your up and running in no time. From: kelly jesicca [mailto:[EMAIL PROTE

lucene with oracle ?????

2005-04-16 Thread kelly jesicca
hi i am new to lucene and would like to know if i can index data in the oracle ? if so can i have any example application of indexing database ??? thanks kelly - Do you Yahoo!? Plan great trips with Yahoo! Travel: Now over 17,000 guides!