query string

2006-11-06 Thread haipeng du
To escap "-", I wrote query like Index_Stored:\"index\\-stored*\". It works as I expected. But if I modify query like Index_Stored:index\\-stored*. It does not work. Do I need " for every query term? Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City

how to search lucene with "great than" query

2005-10-10 Thread haipeng du
I want to search lucene with some values are greater than specified value. How could I create a query? Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City

about lucene lock

2005-09-30 Thread haipeng du
When I search the lucene, do I need to take care of Lucene lock? I check the api of Lucene, it will call IndexReader.rewrite(). Does this one need a lock for lucene index file? Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City

searching problem

2005-09-21 Thread haipeng du
how could I search lucene that contains words with specified suffix? Such as to get all documents that "filename" ends with ".pdf". Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City

date keyword

2005-09-20 Thread haipeng du
c.getField("created"). but value of that field is just like 0edtel52h How could I process that to get Date object back? Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City

too many files open

2005-09-13 Thread haipeng du
I got "too many files open" error again. How could I select these parameters for index and searching? -- Haipeng Du Software Engineer Comphealth, Salt Lake City

Re: limit return results

2005-09-07 Thread haipeng du
most welcome, i.e., > >> we don't have cycles to waste. If the student is only expecting > >> the first 10 results and the engine generates 1000, 990 of them > >> are wasted. > >> > >> Murray > >> > >>

Re: limit return results

2005-09-07 Thread haipeng du
l'oreille, > La corne d'un Chamois, & la face vermeille > Comme un rouge Croissant: & dancent toute nuict > Dedans un carrefour, ou pres d'une eau qui bruict. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Haipeng Du Software Engineer Comphealth, Salt Lake City

limit return results

2005-09-06 Thread haipeng du
How could I limit returned results. There may huge number of documents that match my query, but I just want to get the first 100, for example. Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City

search in lucen

2005-09-06 Thread haipeng du
;"; I can get any result back. But If I use query="other:\"other property\""; I can get this document back and docId field is 1. What is problem of my index? -- Haipeng Du Software Engineer Comphealth, Salt Lake City

Re: newbie questions

2005-08-25 Thread haipeng du
anupilate the indexed content; > > Michael Ji, > > --- haipeng du <[EMAIL PROTECTED]> wrote: > > > could lucene have a way to delete a document from > > index writer? how > > could lucene to search documents that have value > > "something"

newbie questions

2005-08-25 Thread haipeng du
r one has field name: test2 with value "something" should both be hitted. Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]