Re: Solr user interface

2008-07-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
The links always give an access denied error On Wed, Jul 2, 2008 at 4:47 PM, Lars Kotthoff <[EMAIL PROTECTED]> wrote: > Hi all, > > I've written a user interface for Solr (Spring web application) which I'd be > willing to donate if people are interested. > > You can see a demo here http://larsko

[jira] Updated: (SOLR-501) /admin/analysis.jsp does not decode input string as UTF-8 sequence.

2008-07-10 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-501: --- Attachment: SOLR-501.patch The method setCharacterEncoding() is also part of the 2.4 servlet spec, I've

[jira] Updated: (SOLR-612) solrj should (optionally?) use POST for queries

2008-07-10 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-612: --- Attachment: SOLR-612.patch IMHO the request method is a property of the request, not the server. Unfor

[jira] Commented: (SOLR-501) /admin/analysis.jsp does not decode input string as UTF-8 sequence.

2008-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612712#action_12612712 ] Yonik Seeley commented on SOLR-501: --- bq. Any reason not to default the jsp pages to UTF-8?

[jira] Updated: (SOLR-501) /admin/analysis.jsp does not decode input string as UTF-8 sequence.

2008-07-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-501: --- Fix Version/s: 1.3 > /admin/analysis.jsp does not decode input string as UTF-8 sequence. >

[jira] Assigned: (SOLR-501) /admin/analysis.jsp does not decode input string as UTF-8 sequence.

2008-07-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-501: -- Assignee: Ryan McKinley > /admin/analysis.jsp does not decode input string as UTF-8 sequence. > -

[jira] Commented: (SOLR-501) /admin/analysis.jsp does not decode input string as UTF-8 sequence.

2008-07-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612697#action_12612697 ] Ryan McKinley commented on SOLR-501: Has anyone looked at this? Any reason *not* to defa

Re: Solr 1.3 release date

2008-07-10 Thread Lars Kotthoff
How about getting the user interface I wrote in with the release? I think it'd make a nice addition as something that's directly visible to the end-user. Lars

[jira] Commented: (SOLR-565) Component to abstract shards from clients

2008-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612642#action_12612642 ] Yonik Seeley commented on SOLR-565: --- DistributedSearch was designed such that a custom comp

Re: [jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-07-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
The latest patch makes some serious changes to the core Solr classes . I wish somebody (who knows the core well) to take a look at the changes and comment on those changes. The major changes are * index directory can change * Core reload * IndexDeletionPolicy (This patch is Yonik's) It is importan

[jira] Commented: (SOLR-502) Add search time out support

2008-07-10 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612596#action_12612596 ] Sean Timm commented on SOLR-502: I think that the code is fine as is. Just the Javadoc comme

Re: Solr 1.3 release date

2008-07-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
The contrib patch is already committed. So DIH must be going into contrib. DIH will be an extra jar in the distro. If new features/fixes come up later the new jar can be dropped in and nothing else must break. If all the the external interfaces/(API & XML) are fine, any other changes that might co

Re: Solr 1.3 release date

2008-07-10 Thread Yonik Seeley
On Thu, Jul 10, 2008 at 12:40 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > : We've had enough new features to warrant a new release for quite a > : while, so I don't think any new big features should be going in unless > : they are ready right now. > > Looking at the pending issues, the only bi

[jira] Commented: (SOLR-624) patch: Don't take snapshot if there are no differences

2008-07-10 Thread Richard "Trey" Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612570#action_12612570 ] Richard "Trey" Hyde commented on SOLR-624: -- My copy of snapcleaner (-N option) from

[jira] Commented: (SOLR-612) solrj should (optionally?) use POST for queries

2008-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612563#action_12612563 ] Yonik Seeley commented on SOLR-612: --- Hmmm, I guess with .query() you can't. I was looking

Re: Solr 1.3 release date

2008-07-10 Thread Chris Hostetter
: We've had enough new features to warrant a new release for quite a : while, so I don't think any new big features should be going in unless : they are ready right now. Looking at the pending issues, the only biggee seems to be SOLR-469, DataImportHandler ... my impression from the list is tha

[jira] Commented: (SOLR-612) solrj should (optionally?) use POST for queries

2008-07-10 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612560#action_12612560 ] Brian Whitman commented on SOLR-612: Well then maybe I just don't understand how to do it

[jira] Commented: (SOLR-612) solrj should (optionally?) use POST for queries

2008-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612555#action_12612555 ] Yonik Seeley commented on SOLR-612: --- There are a number of advantages to GET I think... you

Solr 1.3 release date

2008-07-10 Thread Yonik Seeley
I think we need to put a stake in the ground for the 1.3 release... more issues have been added, and in this mode we will never get there. Some items *should* hold up a release: - stability issues - review of new APIs that will become finalized on release We've had enough new features to warrant

Re: Alternative Spellchecker (spelt)

2008-07-10 Thread Toby Cole
On 10 Jul 2008, at 14:37, Grant Ingersoll wrote: Have you seen SOLR-572? I'm curious how easy it would be to plug Spelt into that framework. I had seen SOLR-572 but not looked into it too hard because our project required the multi-word correction from XTF. One thing I had not thought abou

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612537#action_12612537 ] Yonik Seeley commented on SOLR-620: --- bq. however it is probably best for memory usage (or i

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612535#action_12612535 ] Erik Hatcher commented on SOLR-620: --- Another handy method to get all the documents is Solr

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612534#action_12612534 ] Erik Hatcher commented on SOLR-620: --- Matthias - I removed your patch to keep it clean here.

[jira] Updated: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-620: -- Attachment: SOLR-620.patch Here's an updated patch with a bit more meat to the default.vm, also adding in

[jira] Updated: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-620: -- Attachment: (was: SOLR-620_20080710.patch) > Velocity Response Writer > > >

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612527#action_12612527 ] Ryan McKinley commented on SOLR-620: perhaps look at convrting the DocList to a SolrDocum

Re: Alternative Spellchecker (spelt)

2008-07-10 Thread Grant Ingersoll
Have you seen SOLR-572? I'm curious how easy it would be to plug Spelt into that framework. Otherwise, yes, I am interested in alternatives, but I am not sure we need separate components for ever spell checker version out there. I do like the sounds of what you have. -Grant On Jul 9, 20

[jira] Commented: (SOLR-624) patch: Don't take snapshot if there are no differences

2008-07-10 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612458#action_12612458 ] Bill Au commented on SOLR-624: -- Yes, the '*' will cost problem if there are many snapshots. The

[jira] Updated: (SOLR-620) Velocity Response Writer

2008-07-10 Thread Matthias Epheser (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Epheser updated SOLR-620: -- Attachment: SOLR-620_20080710.patch Just added also the request object to the context for my very

Re: Solr user interface

2008-07-10 Thread Lars Kotthoff
> I wouldn't take silence as a lack of interest, just a lack of time to dig > into it. That's what I hoped it was ;) > I didn't look at any of the code, but playing arround with the UI it > seemed really slick. Assuming there aren't any licence incompatibilities > with the libraries the app d