Why can't we get multiple payloadFields from suggester?

2016-08-26 Thread Siddharth Gargate
I need multiple payload fields from the suggester. I tried following but didn't work mySuggester BlendedInfixLookupFactory position_linear DocumentDictionaryFactory longDesc_txt text_en_splitting false desc_txt code type

Re: addBean method inserting multivalued values

2012-03-08 Thread Siddharth Gargate
I have not specified the multivalued attribute. I have different integer properties in my java class, some are single integer values, some are integer arrays. What I want is if the setter method is expecting an integer then the field stored must be single valued. But all integer dynamic fields a

addBean method inserting multivalued values

2012-01-26 Thread Siddharth Gargate
Hi, I have annotated the setter methods with Field annotations. And I am using addBean method to add SOLR document. But all fields are being indexed as multivalued: 1.0 1 siddharth 0 2012-01-28T06:22:19.946Z How to avoid this?