The LukeRequest class gets me what I wanted. Thanks!
-Original Message-
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sent: Friday, April 03, 2009 10:15 AM
To: solr-user@lucene.apache.org
Subject: Re: Remote Access To Schema Data
On 4/3/09, Erik Hatcher wrote:
>
>
On 4/3/09, Erik Hatcher wrote:
>
> On Apr 3, 2009, at 9:26 AM, Shalin Shekhar Mangar wrote:
>> Note that the luke handler gives out a lot of information like term
>> frequency and therefore takes a longer time to execute.
>
> It's fast if you say &numTerms=0 though, which is good enough to get
> f
On Apr 3, 2009, at 9:26 AM, Shalin Shekhar Mangar wrote:
Note that the luke handler gives out a lot of information like term
frequency and therefore takes a longer time to execute.
It's fast if you say &numTerms=0 though, which is good enough to get
field/type info.
Erik
On Fri, Apr 3, 2009 at 6:11 PM, Fink, Clayton R. wrote:
> Thanks, Jeff.
>
> Luke will work , but it's a GUI - unless they expose an API that I can
> call. What I need is a way to get the informatiom as a client call to a
> SolrJ SolrServer object. We want to be able to get this info whether we are
could write a request handler to
return this info, but I like to see what's the "right" way to do this.
Clay
-Original Message-
From: Jeff Newburn [mailto:jnewb...@zappos.com]
Sent: Thursday, April 02, 2009 6:14 PM
To: solr-user@lucene.apache.org
Subject: Re: Remote A
Fastest way I know of to get the schema is using the luke browser.
http://localhost/solr/admin/luke
It returns in xml and has tons of info you probably aren't interested it.
However, it does contain information like fields and type.
--
Jeff Newburn
Software Engineer, Zappos.com
jnewb...@zappos.co