: [EXTERNAL] - Re: analysis error - cannot change numBytes from 4 to 8
Steve:
Did this work in the past but just stopped? If so, did you change your schema
at all?
If you changed your schema at all, you probably have to reindex from scratch.
However, you _must_ be absolutely sure you've re
Steve:
Did this work in the past but just stopped? If so, did you change your
schema at all?
If you changed your schema at all, you probably have to reindex from
scratch. However, you _must_ be absolutely sure you've removed all
traces of your old index, I usually just create a new colletion to
t
I have a collection with a field defined as plongs. The field schema is:
For each document to add, I build up a HashMap of field values. Since its
multi-valued field, I create an ArrayList of type Long and add the values to
it. The ArrayList is added to the HashMap.
Next, I create a SolrI