Thanks very much! It came up and worked on our Solr. I found three quirks: 1) Clicking the URL sends something not quite right to IE. I don't know what it is. For some links for file types like .MOV (quicktime) it gives the 'download this file' popup. For other links it gives something about JavaScript executing too much. If it works for you, I'm sure that's fine. 2) The Swing UI does not accept Chinese character input. It displays the standard square box and does not search correctly. I know this involves programming in Swing. I doubt it is possible to type in %xxxx characters in the search box. These would get escaped out in the URL. 3) Setting changes did not get used until I restarted Carrot2.
Thanks again, Lance -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislaw Osinski Sent: Monday, August 27, 2007 12:26 AM To: solr-user@lucene.apache.org Subject: Re: solr + carrot2 Hi Lance and all, I've just implemented a configuration UI for Solr, similar to the one we have for Lucene. The new UI is available in the HEAD version of the browser: http://demo.carrot2.org/head/dist/carrot2-demo-browser-head.zip or through WebStart: http://demo.carrot2.org/head/webstart/ Please let us know if the new UI works for you. Thanks, Staszek On 20/08/07, Lance Norskog <[EMAIL PROTECTED]> wrote: > > Exactly! The Lucene version requires direct access to the file. Our > indexes are on servers which do not have graphics (VNC) configured. > > A generic Solr access UI would be great. > > Lance > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Stanislaw Osinski > Sent: Saturday, August 18, 2007 2:23 AM > To: solr-user@lucene.apache.org > Subject: Re: solr + carrot2 > > Hi Lance, > > The Lucene interface is cool, but not many people put their indexes on > > machines with Swing access. > > > > I just did a Solr integration by copying the eTools.ch implementation. > > This > > took several edits. As long as we're making requests, please do a > > general-pupose implementation by cloning the Lucene implementation. > > > I'm not sure if I'm getting you right here... By "implementation" do > you mean adding to the Swing application an option for pulling data > from Solr (with a configuration dialog for Solr URL etc.)? > > Thanks, > > Stanislaw > >