You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by revas <re...@gmail.com> on 2009/03/06 12:10:23 UTC

Luke request handler

Hi,

I just want to confirm my understanding of luke request handler.

It gives us the raw lucene index tokens on a field by field basis.


What should be the query to return all tokens for a field .



Is there any way to return all the token across all fields

Regards
Revas

Re: Luke request handler

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Revas,

use ...luke?fl=FieldYouWant&numTerms=NumberOfTermsYouWant

 
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: revas <re...@gmail.com>
> To: solr-user@lucene.apache.org
> Sent: Friday, March 6, 2009 6:10:23 AM
> Subject: Luke request handler
> 
> Hi,
> 
> I just want to confirm my understanding of luke request handler.
> 
> It gives us the raw lucene index tokens on a field by field basis.
> 
> 
> What should be the query to return all tokens for a field .
> 
> 
> 
> Is there any way to return all the token across all fields
> 
> Regards
> Revas