[jira] Resolved: (SOLR-1737) Add a FieldStreamDataSource

2010-01-27 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1737. -- Resolution: Fixed committed r:903966 > Add a FieldStreamDataSource > --- > >

Re: configure FastVectorHihglighter in trunk

2010-01-27 Thread Koji Sekiguchi
Can you give me the following info to reproduce the problem? * field data * query string * field definition in schema.xml > **I also have noticed that using snippet fragment size to 0 (wich in normal > highlight returns the whole field highlighted) gives an error. Hmm, I should check it. Can

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-27 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805691#action_12805691 ] Uri Boness commented on SOLR-1725: -- Well then... I just hope others will not shed tears as

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805678#action_12805678 ] Yonik Seeley commented on SOLR-1725: As you pointed out, Java5 is EOL'd already and Sun/

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-27 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805672#action_12805672 ] Uri Boness commented on SOLR-1725: -- Been looking more into it and I think there's a nice wa

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-27 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805612#action_12805612 ] Uri Boness commented on SOLR-1725: -- {quote} Performance: It looks like scripts are read fr

[jira] Commented: (SOLR-1163) Solr Explorer - A generic GWT client for Solr

2010-01-27 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805601#action_12805601 ] Uri Boness commented on SOLR-1163: -- Actually I've been working on a new version for the exp

Re: configure FastVectorHihglighter in trunk

2010-01-27 Thread Marc Sturlese
I am having some trouble to make it work. I am debuging the code and I see when de FastVectorHighlighter constructor is created, the parameters that it recieves are ok // get FastVectorHighlighter instance out of the processing loop FastVectorHighlighter fvh = new FastVectorHighlighter(

[jira] Commented: (SOLR-1728) ResponseWriters should support byte[], ByteBuffer

2010-01-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805578#action_12805578 ] Yonik Seeley commented on SOLR-1728: Seems to make sense from a completeness point of vi

[jira] Created: (SOLR-1738) Upgrade to Tika 0.6

2010-01-27 Thread Grant Ingersoll (JIRA)
Upgrade to Tika 0.6 --- Key: SOLR-1738 URL: https://issues.apache.org/jira/browse/SOLR-1738 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll Assignee: Grant Ingersoll Priorit

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805532#action_12805532 ] Yonik Seeley commented on SOLR-1725: Cool feature! Performance: - It looks like script

Re: CHANGES.txt updates for SOLR-1516 and SOLR-1592

2010-01-27 Thread Mattmann, Chris A (388J)
Thanks, Hoss, no problemo, appreciate it! On 1/26/10 12:22 PM, "Chris Hostetter" wrote: : Not to be a best, but there's no CHANGES.txt updates for SOLR-1516 and : SOLR-1592. Could someone update them? A trivial patch is attached... Sorry about that. Every change (with the possible exception

[jira] Issue Comment Edited: (SOLR-1163) Solr Explorer - A generic GWT client for Solr

2010-01-27 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805511#action_12805511 ] Grant Ingersoll edited comment on SOLR-1163 at 1/27/10 2:06 PM: --

[jira] Commented: (SOLR-1163) Solr Explorer - A generic GWT client for Solr

2010-01-27 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805511#action_12805511 ] Grant Ingersoll commented on SOLR-1163: --- Uri, Is this patch still up to date? Is it

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-27 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805500#action_12805500 ] Jan Høydahl commented on SOLR-1725: --- It looks logical and nice. However, I'm leaning towa

Using MoreLikeThisHandler

2010-01-27 Thread Nayan Gowda
Hi, I am trying to work with the MoreLikeThisHandler inorder to get the similar documents. Here is my configuration in Scema.xml. n Configuration in solrconfig.xml title,tagText,keywordGroup title^1.5 tagText keywordGroup^0.5 1 1 true true and i fire the query

Hudson build is back to normal: Solr-trunk #1044

2010-01-27 Thread Apache Hudson Server
See

Re: how to sort facets?

2010-01-27 Thread David Rühr
hi, thanx. So Long, David Rühr Koji Sekiguchi schrieb: David Rühr wrote: hi, we make a Filter with Faceting feature. In our faceting list the order is by count by the matches: facet.sort=count but we need to sort by => facet.sort=manufacturer. Url manipulation doesn't change anything, why

[jira] Updated: (SOLR-1737) Add a FieldStreamDataSource

2010-01-27 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1737: - Attachment: SOLR-1737.patch > Add a FieldStreamDataSource > --- > >