Hai,
    Can I store multiple values for same Field, with same field name for a
given document.

     I mean is this operation permitted

    doc.add(Field.text("title","T1"))
    doc.add(Field.text("title","T2"))
    doc.add(Field.text("title","T3"))

    So when I ask for title it should return all the titles.

regards,
Saikrishna

Reply via email to