Re: All Fields Search

2016-12-22 Thread Uwe Schindler
;> Uwe Schindler >> Achterdiek 19, D-28357 Bremen >> http://www.thetaphi.de >> eMail: u...@thetaphi.de >> >>> -Original Message- >>> From: suriya prakash [mailto:suriy...@gmail.com] >>> Sent: Wednesday, December 21, 2016 1:31 PM >>> To: jav

Re: All Fields Search

2016-12-22 Thread Nicolás Lichtmaier
cember 21, 2016 1:31 PM To: java-user@lucene.apache.org Subject: All Fields Search Hi, I have 500 fields in a document to index. I append all the values and index it as separate field to support all fields search. I will also have 500 separate fields for field level search. Is there any othe

RE: All Fields Search

2016-12-21 Thread Uwe Schindler
.de > -Original Message- > From: suriya prakash [mailto:suriy...@gmail.com] > Sent: Wednesday, December 21, 2016 1:31 PM > To: java-user@lucene.apache.org > Subject: All Fields Search > > Hi, > > I have 500 fields in a document to index. > > I append all the

Re: All Fields Search

2016-12-21 Thread Adrien Grand
This sounds like a good approach! Le mer. 21 déc. 2016 à 13:31, suriya prakash a écrit : > Hi, > > I have 500 fields in a document to index. > > I append all the values and index it as separate field to support all > fields search. I will also have 500 separate fields for

All Fields Search

2016-12-21 Thread suriya prakash
Hi, I have 500 fields in a document to index. I append all the values and index it as separate field to support all fields search. I will also have 500 separate fields for field level search. Is there any other better way for all fields search? Regards, Suriya