Hello,
I'm having trouble installing the LocalSolr component into my Solr setup. I'm running Solr on the following setup:
Microsoft Windows Server 2003 R2
Apache Tomcat 6
Solr is running great guns.. however when trying to install the LocalSolr i'm getting the following message when trying to go to the Solr Admin Page:
  Dec 8, 20...
            
           
          
            
            We've got Localsolr (2.9.1 lucene-spatial library) running on Solr 1.4 with Tomcat 1.6.  Everything's looking good, except for a couple little issues.
If we specify fl=id (or fl= anything) and wt=json it seems that the fl parameter is ignored (thus we get a lot more detail in our results than we'd like).
If we specify fl=id and leave o...
            
           
          
            
            I'm new to using Solr, and I must be missing something.
I didn't touch much in the example schema yet, and I imported some sample data.  I also set up LocalSolr, and that seems to be working well.
My issue is just with querying Solr in general.  I have a document where the "name" field is set to "tom."  I keep looking at the config fil...