I have gone through the lucene indexing mechanism. I have some doubts for which i couldn't find a straight answer and i am still confused with my reading in several references.
Consider indexing a database table using lucene.
suppose the table has 10 columns few being caseid, modifiedby, modifiedtime, casename, legalname and so on...
now if i create an index on case id then while searching is it possible to search based on modified by field???
suppose i create an index on 2 columns caseid and modifiedby then how will the indexing be done and the doubt similar to previous one can we search based on legal name which is not indexed??