[jira] Commented: (SOLR-1033) DIH transformers cannot reuse output from previous transformations

2009-02-22 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675801#action_12675801 ] Fergus McMenemie commented on SOLR-1033: Noble, Sure. However I need a little help.

[jira] Commented: (SOLR-1010) Relative instanceDir is evaluated relative to current working directory

2009-02-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675775#action_12675775 ] Shalin Shekhar Mangar commented on SOLR-1010: - I must have been really confused

[jira] Commented: (SOLR-739) Add support for OmitTf

2009-02-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675773#action_12675773 ] Shalin Shekhar Mangar commented on SOLR-739: Can someone add a little more docume

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2009-02-22 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675770#action_12675770 ] Shalin Shekhar Mangar commented on SOLR-799: bq. I don't think signatureField i

Re: SpellCheckComponent build from search

2009-02-22 Thread Shalin Shekhar Mangar
On Sun, Feb 22, 2009 at 7:08 AM, Lance Norskog wrote: > The SpellCheckComponent > scans the term > database for likely words. This does not scale up to giant > indexes. It also does not allow creating separate spelling DBs for subsets > of the index

[jira] Updated: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

2009-02-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-973: Description: CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server. It ef

[jira] Commented: (SOLR-1033) DIH transformers cannot reuse output from previous transformations

2009-02-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675753#action_12675753 ] Noble Paul commented on SOLR-1033: -- Fergus, the changes required for TemplateTransformer wa

[jira] Resolved: (SOLR-739) Add support for OmitTf

2009-02-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-739. --- Resolution: Fixed Committed. Thanks Mark! > Add support for OmitTf > -- > >

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2009-02-22 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675748#action_12675748 ] Lance Norskog commented on SOLR-799: I came into Solr with no search experience and it wa

Re: SpellCheckComponent build from search

2009-02-22 Thread Grant Ingersoll
There is no need for a new component, just implement a new SolrSpellChecker. The component itself is not much more than a thin wrapper around an actual implementation. I'm not sure about the scanning though. The Main SC most people use is the Lucene one, and that searches an index that it

[jira] Updated: (SOLR-1033) DIH transformers cannot reuse output from previous transformations

2009-02-22 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fergus McMenemie updated SOLR-1033: --- Attachment: SOLR-1033.patch Following on from Noble's comments I realised that the test case f

DocSlice Interface

2009-02-22 Thread KaktuChakarabati
Hey All, In a recent project, I implemented a diversification component as a SearchComponent, intended to be used for diversifying the result set originally construed by lucene/solr using some arbitrary configuration XML. To this end, I found myself needing some DocList operations which were surpr

[jira] Commented: (SOLR-1010) Relative instanceDir is evaluated relative to current working directory

2009-02-22 Thread Michael Della Bitta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675714#action_12675714 ] Michael Della Bitta commented on SOLR-1010: --- I'm a little unclear on why it would

Re: SOLR-906 -- Re: Solr nightly build failure

2009-02-22 Thread Yonik Seeley
On Sun, Feb 22, 2009 at 10:41 AM, Ryan McKinley wrote: >> [junit] Test >> org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest FAILED > > How do you all feel about pulling the StreamingSolrServer out of the main > distribution until after 1.4 is released? > > I currently don't have the

[jira] Commented: (SOLR-1010) Relative instanceDir is evaluated relative to current working directory

2009-02-22 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675671#action_12675671 ] Ryan McKinley commented on SOLR-1010: - Hymmm -- the semantics of this could be argued ei

SOLR-906 -- Re: Solr nightly build failure

2009-02-22 Thread Ryan McKinley
[junit] Test org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest FAILED How do you all feel about pulling the StreamingSolrServer out of the main distribution until after 1.4 is released? I currently don't have the time to investigate what is happening with this. ryan

[jira] Commented: (SOLR-1032) CSV loader to support literal field values

2009-02-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675663#action_12675663 ] Erik Hatcher commented on SOLR-1032: +1 > CSV loader to support literal field values >

[jira] Commented: (SOLR-1032) CSV loader to support literal field values

2009-02-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675660#action_12675660 ] Yonik Seeley commented on SOLR-1032: Perhaps just literal.datasource=DB then? the conte

[jira] Commented: (SOLR-1032) CSV loader to support literal field values

2009-02-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675641#action_12675641 ] Erik Hatcher commented on SOLR-1032: Yeah, that parameter name convention is fine with m

[jira] Updated: (SOLR-1021) NullPointerException in FieldStatsInfo

2009-02-22 Thread Arie Fishler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arie Fishler updated SOLR-1021: --- Attachment: QueryResponse.java This is the correct file. My change is at line 134. I can try later on

[jira] Updated: (SOLR-1021) NullPointerException in FieldStatsInfo

2009-02-22 Thread Arie Fishler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arie Fishler updated SOLR-1021: --- Attachment: (was: SolrResponse.java) > NullPointerException in FieldStatsInfo > --

[jira] Commented: (SOLR-1021) NullPointerException in FieldStatsInfo

2009-02-22 Thread Arie Fishler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675635#action_12675635 ] Arie Fishler commented on SOLR-1021: I'll start from scratch since it might be possible