On Jul 20, 2010, at 6:14 AM, Bilgin Ibryam wrote:
So I assume that storing entity each field in as a separate index field iscorrect, since they will get different scoring.
Just to get the terminology right... to use dismax, *index* each field separately. Whether a field is *stored* or not is an unrelated concern.
Is it possible to use dismax query parser using solrJ, since this is how I'mgoing to access solr?
Yes, all of Solr's HTTP capabilities are available through SolrJ. Erik