I'm beginner of Lucene. 

I have one big size txt file containing image id + its tag list (some
containing foreign characters - anyway only tag written in English will be
used for my application ). 

e.g.) 

11111      fruit banana food house boy 
11423      car red large bmw 

........ 

(it contains almost 200000 image id, and its taglists) 

What i want with lucene is that i wanna get it's image ids for certain query
(tag) 
For example, if i send query as a "car", i wanna get all the image id that
contains "car" in its tag list. 

how can i implement it using Lucene with Java? 

Somebody who can deal with it, plz help me. 
Thanks.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Question-tp3991482.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to