Second draft of Lucene "Getting Started Guide" and template web app

2002-01-24 Thread Andrew C. Oliver
Based on the feedback I've gathered I've completed my first round of changes. At this point, I'm sending this to both lists. I'd like feedback from both the user and development community (please excuse me, those of you who get two copies of this). After I gather these and complete this round o

RE: Case Sensitivity - and more

2002-01-24 Thread Doug Cutting
> From: Michal Plechawski > > I think that Brian's idea is more flexible and extendable. In my > application, I need three or more kinds of analyzers: for > counting tfidf > statistics, for indexing (compute more, e.g. summaries) and > for document > classification (compute document-to-class ass

counting words

2002-01-24 Thread Anthony Stern
Hi I'm a new user to lucene but was wondering if there was a way of finding out how many times a word occurs in a document/s using lucene. Thanks for the help Anthony Stern I have tried modifying some of the code given in the examples. My attempt is shown below package lucene; import java.io.IO