RE: [EXTERNAL] Re: Multivalued DocValuesField

2016-10-31 Thread Fielder, Todd Patrick
I'll give it a try, thanks...I appreciate your help -Todd -Original Message- From: Alan Woodward [mailto:a...@flax.co.uk] Sent: Monday, October 31, 2016 10:02 AM To: java-user@lucene.apache.org Subject: [EXTERNAL] Re: Multivalued DocValuesField You need to use a SortedNumericDocValuesFi

RE: [EXTERNAL] Re: Multivalued DocValuesField

2016-10-31 Thread Fielder, Todd Patrick
I tried your suggestion and was able to get the indexing to work (I assume it's correct), but now the search is throwing an error... unexpected docvalues type SORTED_NUMERIC for field 'Planned Completion Date' (expected=NUMERIC). Use UninvertingReader or index with docvalues. My search

RE: [EXTERNAL] Re: Multivalued DocValuesField

2016-10-31 Thread Fielder, Todd Patrick
-user@lucene.apache.org Subject: RE: [EXTERNAL] Re: Multivalued DocValuesField I tried your suggestion and was able to get the indexing to work (I assume it's correct), but now the search is throwing an error... unexpected docvalues type SORTED_NUMERIC for field 'Planned Completion