problems retrieving term vectors using RealTimeGetHandler

2015-02-25 Thread Scott C. Cote
I’m working with term vectors via solr. Is there a way to configure the RealTimeGetHandler to return tv info? Here is my environment info: Scotts-MacBook-Air-2:solr_jetty scottccote$ java -version java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-B

Re: Retrieving Term vectors

2013-03-20 Thread Sarita Nair
From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Tuesday, March 19, 2013 7:02 PM Subject: Re: Retrieving Term vectors Hi Sarita, I've not dug into your code detail but my first impression is that you are missing store term positions? > FieldType fieldTy

Re: Retrieving Term vectors

2013-03-19 Thread Koji Sekiguchi
Hi Sarita, I've not dug into your code detail but my first impression is that you are missing store term positions? > FieldType fieldType = new FieldType();> IndexOptions indexOptions = IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS; > fieldType.setIndexOptions(indexOptions); > fieldTyp

Retrieving Term vectors

2013-03-19 Thread Sarita Nair
Hi All, I am in the process upgrading from Solr 3.6.2 to Solr 4.1 and have been running into  problems with retrieving Term vector information. Below is the test and source code.  The tests fails with a NullPointerException, because DocsAndPositionsEnum is always null, despite the fact that I