[jira] Commented: (SOLR-1301) Solr + Hadoop

2009-07-31 Thread Ken Krugler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737568#action_12737568 ] Ken Krugler commented on SOLR-1301: --- Hi Jason, Re Katta, you're right that it doesn't

[jira] Commented: (SOLR-1044) Use Hadoop RPC for inter Solr communication

2009-03-02 Thread Ken Krugler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678108#action_12678108 ] Ken Krugler commented on SOLR-1044: --- I agree with both of Yonik's points: # We'd first

Re: Setting Fix Version in JIRA

2008-09-23 Thread Ken Krugler
) -1 I doesn't make sense to automatically schedule something to be fixed in the next version of the product. I would be +1 on automatically setting the fix version for the current unreleased version when an issue is resolved as fixed, though. -Mike -- Ken Krugler Krugle, Inc. +1 530-210

Re: Hibernate Search and Solr analysis package

2008-03-11 Thread Ken Krugler
to leverage Solr's analyzer/filter support in Hibernate Search. -- Ken -- Ken Krugler Krugle, Inc. +1 530-210-6378 If you can't find it, you can't fix it

Re: maven + solr

2007-12-28 Thread Ken Krugler
personally, but I'd hate to foist Maven on everybody else. -- Ken -- Ken Krugler Krugle, Inc. +1 530-210-6378 If you can't find it, you can't fix it

Re: Confluence wiki vs MoinMoin

2007-12-07 Thread Ken Krugler
different access rights based on groups of users. I had a quickly hacked app that I used to convert some of our MoinMoin pages from their markup syntax to Confluence. If the switch to Confluence happens, I can look around for it. -- Ken -- Ken Krugler Krugle, Inc. +1 530-210-6378 If you can't

[jira] Commented: (SOLR-69) PATCH:MoreLikeThis support

2007-05-02 Thread Ken Krugler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493198 ] Ken Krugler commented on SOLR-69: - Ryan Brian's comments above are (I think) indicative of how most people want

[jira] Commented: (SOLR-214) deficit of InputStreamReader support in anonymous class of ContentStream

2007-04-25 Thread Ken Krugler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491746 ] Ken Krugler commented on SOLR-214: -- There's some complex interplay of the content-type in the request, the charset

Re: Changing Logging in Solr to Apache Commons Logging

2007-04-01 Thread Ken Krugler
arguing for use of Apache Commons Logging (I've had enough fun with that in Nutch), just commenting on the discussion here. -- Ken -- Ken Krugler Krugle, Inc. +1 530-210-6378 Find Code, Find Answers

Re: auto-valued fields

2006-05-04 Thread Ken Krugler
)... but to be useful, that id may need to be returned in the response. A server-set date field both makes sense *and* is easy to implement. And then there's the auto-generated unique ID value that I'd like :) -- Ken -- Ken Krugler Krugle, Inc. +1 530-210-6378 Find Code, Find Answers

Re: auto-valued fields

2006-05-04 Thread Ken Krugler
On 5/4/06, Ken Krugler [EMAIL PROTECTED] wrote: On 5/4/06, Erik Hatcher [EMAIL PROTECTED] wrote: I've been thinking that Solr could benefit from auto-valued fields, such as a datestamp. This would be a field defined in the schema, but its value comes from the Solr server itself rather than

Re: One quick work-around for multiple Solr webapps in Resin

2006-04-19 Thread Ken Krugler
, versus the jindi approach :) So I've got no special reason to ask for ongoing support of the init-param technique. -- Ken On 4/19/06, Ken Krugler [EMAIL PROTECTED] wrote: Hi all, Just a quick note about how I did this. One caveat - I'm using a slightly older version of Solr, without

[jira] Created: (SOLR-9) In would be handy if StandardRequestHandler returned an error when a query requested sorting on a non-indexed field

2006-04-13 Thread Ken Krugler (JIRA)
/browse/SOLR-9 Project: Solr Type: Improvement Components: search Reporter: Ken Krugler Priority: Minor Currently if you send Solr a query which includes a sorting specification, and the field you're trying to sort on is not indexed, then there's no error response