Re: return unaltered complete multivalued fields with Highlighted results

2011-06-02 Thread Jonathan Rochkind
any issues with this code perhaps it should be a patch? Thanks, Alexei -- View this message in context: http://lucene.472066.n3.nabble.com/return-unaltered-complete-multivalued-fields-with-Highlighted-results-tp2967146p3015616.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: return unaltered complete multivalued fields with Highlighted results

2011-06-02 Thread Erick Erickson
>= numFragments) break; >        } else { >                if ((fragment != null) && (fragment.getScore() > 0)) { >                  fragTexts.add(fragment.toString()); >                    } >                    if (fragTexts.size() >= numFragments) break; >

Re: return unaltered complete multivalued fields with Highlighted results

2011-06-02 Thread alexei
e field if (summaries == null || summaries.length == 0) { alternateField( docSummaries, params, doc, fieldName ); } } This seems to work for my purposes. If nobody has any issues with this code perhaps it should be a patch? Thanks, Alexei -- View this message in context: http://lucene.472066.

Re: return unaltered complete multivalued fields with Highlighted results

2011-05-30 Thread lboutros
message in context: http://lucene.472066.n3.nabble.com/return-unaltered-complete-multivalued-fields-with-Highlighted-results-tp2967146p3002357.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: return unaltered complete multivalued fields with Highlighted results

2011-05-30 Thread alexei
something value1 and value3 will be skipped completely. When a field is not multivalued everything works as advertised. Any suggestions? Regards, Alexei -- View this message in context: http://lucene.472066.n3.nabble.com/return-unaltered-complete-multivalued-fields-with-Highlight

Re: return unaltered complete multivalued fields with Highlighted results

2011-05-21 Thread Erick Erickson
gex > true > 104400 > > 0 > > > > > Regards, > Alexei > > -- > View this message in context: http://lucene.472066.n3.nabble.com/return-unaltered-complete-multivalued-fields-with-Highlighted-results-tp2967146p2967146.html > Sent from the Solr - User mailing list archive at Nabble.com.

return unaltered complete multivalued fields with Highlighted results

2011-05-20 Thread alexei
different things, nothing seems to work. my config: true 1000 abstract regex true 104400 0 Regards, Alexei -- View this message in context: http://lucene.472066.n3.nabble.com/return-unaltered-complete-multivalued-fields-with