TermVectorComponent : Required / Optional Parameters

2009-11-03 Thread Chantal Ackermann
Hi all! Are these attributes required to make TermVectorComponent requests work? termPositions=true termOffsets=true I have quite a lot of fields with termVectors=true (for facetting), but I don't get any results when requesting: .../solr/epg/select?q=*%3A*version=2.2start=0rows=1

Re: TermVectorComponent : Required / Optional Parameters

2009-11-03 Thread Grant Ingersoll
On Nov 3, 2009, at 6:37 AM, Chantal Ackermann wrote: Hi all! Are these attributes required to make TermVectorComponent requests work? termPositions=true termOffsets=true I have quite a lot of fields with termVectors=true (for facetting), but I don't get any results when requesting:

Re: TermVectorComponent : Required / Optional Parameters

2009-11-03 Thread Chris Hostetter
: Indeed, you must have stored positions and offsets for the TVC to return : positions and offsets. we should probably make the TermVectorCOmponent more resilient and actaully assert these things about the field (using the schema metadata) ... it can add warning/error info to the output if

Re: TermVectorComponent : Required / Optional Parameters

2009-11-03 Thread Grant Ingersoll
On Nov 3, 2009, at 7:59 AM, Chantal Ackermann wrote: Hi Grant, I'd be glad to help update the wiki. But just to make sure I'm understanding correctly: for TermVectorComponent to work correctly, all these three attributes (termVectors, termPositions, termOffsets) must be set to true? No,