RE: How to implement AJAX search~Lucene Search part?

2007-06-07 Thread Anna Putnam
Check out http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosugge st_autocomplete.html It takes an XML response as input (which could be backed by lucene). I have implemented this and it works pretty fast, although I do have a small dataset. -Anna -Original Message- F

RE: Case Insensitive but not Tokenized

2007-06-07 Thread Anna Putnam
Hoss, The KeywordTokenizer and LowerCaseFilter worked great and was exactly what I needed. Thanks! -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 11:25 AM To: java-user@lucene.apache.org Subject: Re: Case Insensitive but not Tokenized

Case Insensitive but not Tokenized

2007-06-06 Thread Anna Putnam
I am trying to implement a prefix query search where I want the searching to be case insensitive but not tokenized (I want to preserve exact phrases). For now, I am storing both the exact phrase (as is, for retrieval) and the string lower-cased (to search against) with no analyzers in the ind

QueryFilter usage

2007-05-15 Thread Anna Putnam
Hi all, I am new to Lucene so I apologize if this is a really easy question. I am having trouble using the QueryFilter class. Basically, I want to narrow my search results, getting hits only for a particular category. This is what I've tried (getting no results) String line ="jus