Re: Lucene Indexing and searching - help

2007-07-05 Thread emmettwalsh
ok heres the deal with my application... I have got an xml file with about 8000 of these properties... Dighton Rock The Rock Across the Taunton River from Dighton in Dighton Rock State Park Dighton MA I parse t

Lucene Indexing and searching - help

2007-07-04 Thread emmettwalsh
Hi, : : lucene documentation seems to be very confusing... here is my predicament : : I have an object like the following: : : public class PropertyImpl implements Property { : : String id; : : List names = new ArrayList(); : : String address = ""; : : String city = ""; : : String street = ""; : :