As the method in MoreIndexingFilter is called '*resetTitle*', I would
expect something like *doc.removeField("title")*, just before *doc.add("title",
result.group(1));*.Should a bug be opened, or am I misunderstanding the function of this plugin? ShlomiJ On Sun, Feb 19, 2012 at 2:06 PM, Lewis John Mcgibbney < [email protected]> wrote: > Hi Shlomi, > > On Sun, Feb 19, 2012 at 10:15 AM, shlomi java <[email protected]> > wrote: > > > Though I might be causing it, I was wandering if it might have happened > due > > to the fact that both index-basic and index-more add the 'title' field to > > the document, when 'title' is not defined, in schema.xml, as multivalue. > > > > Yeah you've hit the nail on the head. Try working with one plugin first > (your schema should shadow this), then if all is well and you don't get the > warning then please progress with adding more to your schema and including > the plugin in your tests crawl. > > Lewis >

