contrib/xml-query-parser, BoostingTermQuery support ---------------------------------------------------
Key: LUCENE-1531 URL: https://issues.apache.org/jira/browse/LUCENE-1531 Project: Lucene - Java Issue Type: Improvement Components: contrib/* Affects Versions: 2.4 Reporter: Karl Wettin Assignee: Karl Wettin Fix For: 2.9 I'm not 100% on this patch. BooleanTermQuery is a part of the spans family, but I generally use that class as a replacement for TermQuery. Thus in the DTD I have stated that it can be a part of the root queries as well as a part of a span. However, SpanFooQueries xml elements are named <SpanFoo/> rather than <SpanFooQuery/>, I have however chosen to call it <BoostingTermQuery/>. It would be possible to set it up so it would be parsed as <SpanBoostingTerm/> when inside of a <SpanSomething>, but I just find that confusing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org