The conversation is over. You are trying to dodge what I have to say. I'm not going to assist you any further. Please read what I already said.
On Tue, Jul 1, 2014 at 10:49 PM, [email protected] <[email protected]> wrote: > Lets discuss on the issue: > https://issues.apache.org/jira/browse/LUCENE-5713?focusedCommentId=14049562&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14049562 > > On Tue, Jul 1, 2014 at 6:54 PM, Robert Muir <[email protected]> wrote: >> >> most likely the cause is the spatial module itself? >> >> Every other part of lucene uses docvalues, but this one still relies >> on fieldcache (i didnt change it, the apis for adding things are >> somewhat convoluted). >> >> FieldCache is historically lenient, it allows all kinds of nonsense, >> such as uninverting a multi-valued field as single-valued (e.g. leaves >> gaps in ordinals and other bullshit that will cause this assertion to >> fail). >> >> I can fix fieldcache to be strict (since everything else in the >> codebase is now well-behaved), so you get a better exception message >> that what the spatial module is doing is wrong? >> >> On Tue, Jul 1, 2014 at 6:13 PM, [email protected] >> <[email protected]> wrote: >> > Another case of: >> > https://issues.apache.org/jira/browse/LUCENE-5713 >> > (cause unknown) >> > >> > ~ David Smiley >> > Freelance Apache Lucene/Solr Search Consultant/Developer >> > http://www.linkedin.com/in/davidwsmiley >> > >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
