:  I have a field named "keywords" in my index.  The schema browser page is not
: able to deal with this, so I have trouble getting statistical information on
: this field.  When I click on the field, Firefox hangs for a minute and then
: gives the "unresponsive script" warning.  I assume (without actually checking)
: that this is due to "keywords" being already used for something in the
: javascript code.

doubtful.

I suspect it has more to do with the amount of data in your keywords 
field and the underlying request to hte LukeRequestHandler timing out.

  have you tried using it with a test index where the "keywords" 
field has only a few words in it?

: Related to this, would it be difficult to make this feature display something
: like a status bar when it is first grabbing information, indicating how many
: fields there are and which one it's working on at the moment?  It takes a few
: minutes for it to load on my indexes, so some indication of how far along it
: is would be very nice.

Yep Yep, there is a bug tracking these kinds of improvements...

https://issues.apache.org/jira/browse/SOLR-1931

...if you have some javascript expertise and would like to help out, 
patches would be welcome. (the LukeRequestHandler used under the covers 
can return stats about each field one at a time, but the javascript 
in the schema browser doesn't currently use it that way)


-Hoss

--
http://lucenerevolution.org/  ...  October 7-8, Boston
http://bit.ly/stump-hoss      ...  Stump The Chump!

Reply via email to