[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12756995#action_12756995 ] Jason Rutherglen commented on SOLR-908: --- It looks like our problem could be due to

[jira] Resolved: (SOLR-1423) Lucene 2.9 RC4 may need some changes in Solr Analyzers using CharStream others

2009-09-18 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1423. -- Resolution: Fixed Committed revision 816502. Thanks, Uwe! Lucene 2.9 RC4 may need some

Solr nightly build failure

2009-09-18 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 86 source files to /tmp/apache-solr-nightly/build/solrj

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

2009-09-18 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/928/changes

[jira] Updated: (SOLR-1437) DIH: Enhance XPathRecordReader to deal with //tagname and other improvments.

2009-09-18 Thread Fergus McMenemie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fergus McMenemie updated SOLR-1437: --- Attachment: SOLR-1437.patch Good to see you reuse your own code! This new patch is the same

[jira] Commented: (SOLR-1437) DIH: Enhance XPathRecordReader to deal with //tagname and other improvments.

2009-09-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757091#action_12757091 ] Noble Paul commented on SOLR-1437: -- committed r816577 thanks Fergus DIH: Enhance

[jira] Commented: (SOLR-758) Enhance DisMaxQParserPlugin to support full-Solr syntax and to support alternate escaping strategies.

2009-09-18 Thread Simon Lachinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757106#action_12757106 ] Simon Lachinger commented on SOLR-758: -- First of all thanks for providing wildcard

[jira] Updated: (SOLR-758) Enhance DisMaxQParserPlugin to support full-Solr syntax and to support alternate escaping strategies.

2009-09-18 Thread Simon Lachinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Lachinger updated SOLR-758: - Attachment: UserQParser.java-umlauts.patch Making the UserQParser.java work with umlauts and other

acts_as_solr integeration with solr separately

2009-09-18 Thread abhay kumar
Hi, I have setup solr search server in tomcat. I am able to fire queries(of any knid) get results in xml format. Now i want to Integerate it(solr) with ruby on rails . I know ruby on rails has inbuilt plugin acts_as_solr which helps in integerating(talking) with solr. acts_as_solr comes

[jira] Commented: (SOLR-758) Enhance DisMaxQParserPlugin to support full-Solr syntax and to support alternate escaping strategies.

2009-09-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757139#action_12757139 ] David Smiley commented on SOLR-758: --- Thanks for the update Simon. I forget you can do

[jira] Updated: (SOLR-1445) Leading term in a multi-word synonym replaced with the token that follows it

2009-09-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1445: -- Fix Version/s: 1.4 Leading term in a multi-word synonym replaced with the token that follows it

Re: svn commit: r816202 - in /lucene/solr/trunk/src: java/org/apache/solr/schema/ java/org/apache/solr/search/ java/org/apache/solr/search/function/ test/org/apache/solr/search/function/

2009-09-18 Thread Yonik Seeley
2009/9/17 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com: do we have some type info for the context param in SolrFilter#createWeight(Map context, Searcher searcher) Nope... it's specifically opaque so we don't have to change it down the road or force the creation of custom weight classes

[jira] Commented: (SOLR-1427) SearchComponents aren't listed on registry.jsp

2009-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757185#action_12757185 ] Grant Ingersoll commented on SOLR-1427: --- I'm guessing the problem is most likely in

[jira] Commented: (SOLR-1427) SearchComponents aren't listed on registry.jsp

2009-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757195#action_12757195 ] Grant Ingersoll commented on SOLR-1427: --- Hoss, where in the SolrResourceLoader do you

NPE

2009-09-18 Thread Grant Ingersoll
Anyone else seeing: SEVERE: java.lang.NullPointerException at org.apache.solr.request.XMLWriter.writePrim(XMLWriter.java: 761) at org.apache.solr.request.XMLWriter.writeStr(XMLWriter.java: 619) at org.apache.solr.schema.TextField.write(TextField.java:45) at

[jira] Updated: (SOLR-1427) SearchComponents aren't listed on registry.jsp

2009-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1427: -- Attachment: SOLR-1427.patch Patch that defers registering the components until later. I can't

Re: NPE

2009-09-18 Thread Grant Ingersoll
Never mind. Operator error. On Sep 18, 2009, at 8:15 AM, Grant Ingersoll wrote: Anyone else seeing: SEVERE: java.lang.NullPointerException at org.apache.solr.request.XMLWriter.writePrim(XMLWriter.java: 761) at org.apache.solr.request.XMLWriter.writeStr(XMLWriter.java: 619)

Re: NPE

2009-09-18 Thread Yonik Seeley
Looks like one of the hazards of changing the schema w/o deleting the index and re-indexing. I bet this field was something like a numeric type that would return null from Field.getStringValue() and then it was changed to a text type. -Yonik http://www.lucidimagination.com On Fri, Sep 18, 2009

[jira] Commented: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-09-18 Thread Alex Dergachev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757235#action_12757235 ] Alex Dergachev commented on SOLR-1294: -- Hi guys... we have worked extensively at

Re: NPE

2009-09-18 Thread Andrzej Bialecki
Grant Ingersoll wrote: Anyone else seeing: SEVERE: java.lang.NullPointerException at org.apache.solr.request.XMLWriter.writePrim(XMLWriter.java:761) I saw that symptom when schema seriously didn't match the index (e.g. schema didn't specify field type and then XMLWriter assumes Text,

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757267#action_12757267 ] Yonik Seeley commented on SOLR-908: --- Jason, at a quick look, I see that this filter

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757271#action_12757271 ] Robert Muir commented on SOLR-908: -- just my opinion, do not think this problem is due to

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757344#action_12757344 ] Uwe Schindler commented on SOLR-908: In my opinion, the problem is BufferedTokenStream

[jira] Created: (SOLR-1446) BufferedTokenStream keeps state, but does not implement reset

2009-09-18 Thread Robert Muir (JIRA)
BufferedTokenStream keeps state, but does not implement reset - Key: SOLR-1446 URL: https://issues.apache.org/jira/browse/SOLR-1446 Project: Solr Issue Type: Bug

[jira] Updated: (SOLR-1446) BufferedTokenStream keeps state, but does not implement reset

2009-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1446: -- Attachment: SOLR-1446.patch BufferedTokenStream keeps state, but does not implement reset

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757364#action_12757364 ] Robert Muir commented on SOLR-908: -- Uwe, i opened an issue for this: SOLR-1446 i think even

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757381#action_12757381 ] Robert Muir commented on SOLR-908: -- similar to the BufferedTokenStream reset, the

[jira] Created: (SOLR-1447) Simple property injection

2009-09-18 Thread Jason Rutherglen (JIRA)
Simple property injection -- Key: SOLR-1447 URL: https://issues.apache.org/jira/browse/SOLR-1447 Project: Solr Issue Type: Improvement Components: update Affects Versions: 1.4 Reporter:

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757413#action_12757413 ] Jason Rutherglen commented on SOLR-908: --- Interesting, the whole reusableTokenStream

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757432#action_12757432 ] Robert Muir commented on SOLR-908: -- {quote} It seems if BTS is caching tokens, then being

[jira] Commented: (SOLR-1444) Add option in solrconfig.xml to override the LogMergePolicy calibrateSizeByDeletes

2009-09-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757431#action_12757431 ] Jason Rutherglen commented on SOLR-1444: I think this is barking up the wrong path,

[jira] Resolved: (SOLR-1446) BufferedTokenStream keeps state, but does not implement reset

2009-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1446. Resolution: Fixed Fix Version/s: 1.4 I had missed that one... Thanks! BufferedTokenStream

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757445#action_12757445 ] Yonik Seeley commented on SOLR-908: --- I guess if something causes an exception during

[jira] Updated: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-908: -- Attachment: SOLR-908.patch Added reset overrides to CommonGramsFilter and

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757472#action_12757472 ] Robert Muir commented on SOLR-908: -- jason, i took a glance. i think the reset() for

[jira] Updated: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-09-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-908: -- Attachment: SOLR-908.patch Robert thanks. I added the new token in CGQF.reset and reset test

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-09-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757592#action_12757592 ] Jason Rutherglen commented on SOLR-1316: The DAWG seems like a potential fit as a

[jira] Commented: (SOLR-1447) Simple property injection

2009-09-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12757627#action_12757627 ] Noble Paul commented on SOLR-1447: -- +1 . Simple property injection