RE: Is it possible to extract all the tokens from solr?

2011-07-15 Thread Jagdish Vasani
Check the LukeRequestHandler at - http://wiki.apache.org/solr/LukeRequestHandler

This will give you all you need.

Thanks,
Jagdish



-Original Message-
From: pravesh [mailto:suyalprav...@yahoo.com] 
Sent: Thursday, July 14, 2011 2:50 PM
To: solr-user@lucene.apache.org
Subject: Re: Is it possible to extract all the tokens from solr?

You can use lucene for doing this. It provides TermEnum API to enumerate all
terms of field(s).
 SOLR-1.4.+ also provides a special request handler for this purpose. Check
it if that helps

Thanx
Pravesh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-it-possible-to-extract-all-the-tokens-from-solr-tp3168362p3168589.html
Sent from the Solr - User mailing list archive at Nabble.com.


Is it possible to extract all the tokens from solr?

2011-07-14 Thread Pankaj
 Hello Everyone,

How to extract all the tokens from solr, not from one document but from all
the documents indexed in solr?

- Thanks


Re: Is it possible to extract all the tokens from solr?

2011-07-14 Thread pravesh
You can use lucene for doing this. It provides TermEnum API to enumerate all
terms of field(s).
 SOLR-1.4.+ also provides a special request handler for this purpose. Check
it if that helps

Thanx
Pravesh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-it-possible-to-extract-all-the-tokens-from-solr-tp3168362p3168589.html
Sent from the Solr - User mailing list archive at Nabble.com.