i have to make multiple such fields..and am iterating over them..so i guess i
have to create all fields together in a block first...like
"affiliations"..etc..how do i map the abbreviations to the full names_
--
View this message in context:
http://lucene.472066.n3.nabble.com/Updating-a-Field-in-L
Hello!
I have recently started working with Lucene 3.6.
I am creating an index with field names like,"Authors" for example..now if
my input text file contains a field called"AU" i want its contents to be
indexed in"Authors".Should I first identify these abbreviations and then
create fields_ or can