[jira] Created: (SOLR-82) specify default values in the schema

2006-12-13 Thread Ryan McKinley (JIRA)
specify default values in the schema Key: SOLR-82 URL: http://issues.apache.org/jira/browse/SOLR-82 Project: Solr Issue Type: Improvement Components: update Reporter: Ryan McKinley

[jira] Updated: (SOLR-82) specify default values in the schema

2006-12-13 Thread Ryan McKinley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-82?page=all ] Ryan McKinley updated SOLR-82: -- Attachment: defaultValuesPatch.patch This modifies SchemaField.java to keep a defaultValue and DocumentBuilder.java makes sure they exist when returning the

[jira] Updated: (SOLR-82) specify default values in the schema

2006-12-14 Thread Ryan McKinley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-82?page=all ] Ryan McKinley updated SOLR-82: -- Attachment: defaultValuesPatch2.patch This is a revised version that stores a list of fieldsWithDefaultValue in the schema and only cycles through them (rather then

[jira] Created: (SOLR-92) XML parsing error with resin-3.0.21

2006-12-22 Thread Ryan McKinley (JIRA)
XML parsing error with resin-3.0.21 --- Key: SOLR-92 URL: http://issues.apache.org/jira/browse/SOLR-92 Project: Solr Issue Type: Bug Affects Versions: 1.2 Environment: running resin-3.0.21

[jira] Updated: (SOLR-92) XML parsing error with resin-3.0.21

2006-12-22 Thread Ryan McKinley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-92?page=all ] Ryan McKinley updated SOLR-92: -- Attachment: resinXmlParser.patch simple change moving: case Node.ATTRIBUTE_NODE: to use: nd.getNodeValue() XML parsing error with resin-3.0.21

[jira] Updated: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2007-01-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-20: -- Attachment: solr-client.zip A simple Java client with Java APIs for add(), delete(), commit() and

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2007-01-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462800 ] Ryan McKinley commented on SOLR-20: --- I just posted a new version of a java client. This moves things to proper

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

2007-01-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463125 ] Ryan McKinley commented on SOLR-69: --- Thanks. it works great. The only problem i ran into is a null pointer if you

[jira] Created: (SOLR-99) Allow default sort order

2007-01-09 Thread Ryan McKinley (JIRA)
Allow default sort order Key: SOLR-99 URL: https://issues.apache.org/jira/browse/SOLR-99 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.2 Reporter: Ryan

[jira] Updated: (SOLR-99) Allow default sort order

2007-01-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-99: -- Attachment: DefaultSortOrder.patch Allow default sort order

[jira] Commented: (SOLR-99) Allow default sort order

2007-01-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463530 ] Ryan McKinley commented on SOLR-99: --- I apologize... the first version does not pass

[jira] Commented: (SOLR-99) Allow default sort order

2007-01-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463813 ] Ryan McKinley commented on SOLR-99: --- Ok, we all agree, that it should 1. Throw a reasonable error if something goes

[jira] Commented: (SOLR-60) Remove overwritePending, overwriteCommitted flags?

2007-01-12 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464376 ] Ryan McKinley commented on SOLR-60: --- I like overwrite=true/false better, but i don't have any legacy solr code :)

[jira] Created: (SOLR-104) SQL Upload Plugin

2007-01-13 Thread Ryan McKinley (JIRA)
SQL Upload Plugin - Key: SOLR-104 URL: https://issues.apache.org/jira/browse/SOLR-104 Project: Solr Issue Type: Improvement Components: update Affects Versions: 1.2 Reporter: Ryan McKinley

[jira] Updated: (SOLR-104) SQL Upload Plugin

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: HandlerRefactoring.DRAFT.zip SQL Upload Plugin - Key:

[jira] Commented: (SOLR-104) SQL Upload Plugin

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464557 ] Ryan McKinley commented on SOLR-104: I tried my hand at refactoring solr to have a more flexible plugin framework.

[jira] Updated: (SOLR-103) SQL Upload Plugin

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-103: --- Description: Solr needs an easy way to upload lots of files directly from SQL. See also: SOLR-66 (CSV

[jira] Updated: (SOLR-104) Update Plugins

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Description: The plugin framework should work for 'update' actions in addition to 'search' actions.

[jira] Updated: (SOLR-104) Update Plugins

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: HandlerRefactoring.DRAFT.patch Update Plugins -- Key:

[jira] Updated: (SOLR-104) Update Plugins

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: HandlerRefactoring-DRAFT-SRC.zip Update Plugins -- Key:

[jira] Commented: (SOLR-104) Update Plugins

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464559 ] Ryan McKinley commented on SOLR-104: I just uploaded: HandlerRefactoring-DRAFT-SRC.zip. It is not a patch, but it

[jira] Commented: (SOLR-103) SQL Upload Plugin

2007-01-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464560 ] Ryan McKinley commented on SOLR-103: A draft SQL updater is included in SOLR-104

[jira] Updated: (SOLR-104) Update Plugins

2007-01-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: HandlerRefactoring-DRAFT-SRC.zip Update Plugins -- Key:

[jira] Commented: (SOLR-104) Update Plugins

2007-01-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464640 ] Ryan McKinley commented on SOLR-104: I just upload a new version of HandlerRefactoring-DRAFT-SRC.zip In addition

[jira] Commented: (SOLR-103) SQL Upload Plugin

2007-01-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464643 ] Ryan McKinley commented on SOLR-103: check:

[jira] Created: (SOLR-107) Iterable NamedList with java5 generics

2007-01-14 Thread Ryan McKinley (JIRA)
Iterable NamedList with java5 generics -- Key: SOLR-107 URL: https://issues.apache.org/jira/browse/SOLR-107 Project: Solr Issue Type: Improvement Reporter: Ryan McKinley Priority:

[jira] Updated: (SOLR-107) Iterable NamedList with java5 generics

2007-01-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-107: --- Attachment: IterableNamedList.patch Iterable NamedList with java5 generics

[jira] Updated: (SOLR-107) Iterable NamedList with java5 generics

2007-01-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-107: --- Attachment: IterableNamedList.patch Iterable NamedList with java5 generics

[jira] Commented: (SOLR-107) Iterable NamedList with java5 generics

2007-01-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465357 ] Ryan McKinley commented on SOLR-107: updated patch for 1,2, and 3 Iterable NamedList with java5 generics

[jira] Updated: (SOLR-104) Update Plugins

2007-01-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: DispatchFilter.patch Update Plugins -- Key: SOLR-104

[jira] Updated: (SOLR-104) Update Plugins

2007-01-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: DispatchFilter.patch Update Plugins -- Key: SOLR-104

[jira] Commented: (SOLR-104) Update Plugins

2007-01-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465563 ] Ryan McKinley commented on SOLR-104: removed getRequestParser() from Handler interface. using ':' in the URL to

[jira] Updated: (SOLR-104) Update Plugins

2007-01-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: commons-fileupload-20070107.jar Update Plugins -- Key:

[jira] Updated: (SOLR-104) Update Plugins

2007-01-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: commons-io-1.2.jar Update Plugins -- Key: SOLR-104

[jira] Commented: (SOLR-104) Update Plugins

2007-01-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466273 ] Ryan McKinley commented on SOLR-104: I just updated DispatchFilter.path to implement most of our discussion on

[jira] Commented: (SOLR-104) Update Plugins

2007-01-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466277 ] Ryan McKinley commented on SOLR-104: I just thought of something that will make Hoss' blod curl! I KNOW it is a

[jira] Commented: (SOLR-112) Hierarchical Handler Config

2007-01-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466291 ] Ryan McKinley commented on SOLR-112: I think that path should be specified explicitly. I like that

[jira] Updated: (SOLR-104) Update Plugins

2007-01-21 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: DispatchFilter.patch Update Plugins -- Key: SOLR-104

[jira] Commented: (SOLR-85) [PATCH] Add update form to the admin screen

2007-01-21 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466355 ] Ryan McKinley commented on SOLR-85: --- With SOLR-104, forms can add a stream.body that gets passed as a ContentStream

[jira] Commented: (SOLR-104) Update Plugins

2007-01-23 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466914 ] Ryan McKinley commented on SOLR-104: If there are funny chars at the start of web.xml, it was an SVN error. the

[jira] Updated: (SOLR-104) Update Plugins

2007-01-23 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: DispatchFilter.patch This is minor changes to the previous filter it 1. Adds unit tests

[jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-01-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466970 ] Ryan McKinley commented on SOLR-20: --- I have dramatically reworked the client code to fit with the pluggable

[jira] Commented: (SOLR-104) Update Plugins

2007-01-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467330 ] Ryan McKinley commented on SOLR-104: Thanks for going through this! I'll comment on points i have answers or

[jira] Commented: (SOLR-104) Update Plugins

2007-01-26 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467755 ] Ryan McKinley commented on SOLR-104: Hymm, this is awkward. I'm not quite sure what happened. But this is what

[jira] Updated: (SOLR-104) Update Plugins

2007-01-26 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-104: --- Attachment: DispatchFilter.patch Update Plugins -- Key: SOLR-104

[jira] Commented: (SOLR-104) Update Plugins

2007-01-26 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467787 ] Ryan McKinley commented on SOLR-104: Ok, I just uploaded (hopefully) a final version. It takes care of (most)

[jira] Commented: (SOLR-104) Update Plugins

2007-01-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468406 ] Ryan McKinley commented on SOLR-104: Thanks Hoss! Update Plugins -- Key: SOLR-104

[jira] Updated: (SOLR-126) Auto-commit documents after time interval

2007-01-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-126: --- Attachment: AutocommitingUpdateRequestHandler.patch Auto-commit documents after time interval

[jira] Created: (SOLR-126) Auto-commit documents after time interval

2007-01-29 Thread Ryan McKinley (JIRA)
Auto-commit documents after time interval - Key: SOLR-126 URL: https://issues.apache.org/jira/browse/SOLR-126 Project: Solr Issue Type: Improvement Components: update Reporter:

[jira] Commented: (SOLR-126) Auto-commit documents after time interval

2007-01-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468482 ] Ryan McKinley commented on SOLR-126: I'm not sure the best design for this problem, as a quick way to get

[jira] Commented: (SOLR-126) Auto-commit documents after time interval

2007-01-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468493 ] Ryan McKinley commented on SOLR-126: A few high-level comments: - commitTer/commitTing. It seems pedantic to

[jira] Commented: (SOLR-126) Auto-commit documents after time interval

2007-01-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468499 ] Ryan McKinley commented on SOLR-126: Timer/TimerTask for the timers? Haven't used them myself... are they

[jira] Updated: (SOLR-126) Auto-commit documents after time interval

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-126: --- Attachment: AutoCommit.patch Auto-commit documents after time interval

[jira] Commented: (SOLR-126) Auto-commit documents after time interval

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468561 ] Ryan McKinley commented on SOLR-126: I just posted AutoCommit.patch This patch modifies

[jira] Updated: (SOLR-84) New Solr logo?

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-84: -- Attachment: logo-solr-e.jpg New Solr logo? -- Key: SOLR-84

[jira] Updated: (SOLR-84) New Solr logo?

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-84: -- Attachment: logo-solr-d.jpg New Solr logo? -- Key: SOLR-84

[jira] Updated: (SOLR-128) Include Newer version of Jetty

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-128: --- Attachment: start.jar Include Newer version of Jetty --

[jira] Updated: (SOLR-128) Include Newer version of Jetty

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-128: --- Attachment: Jetty6.config.patch Include Newer version of Jetty --

[jira] Updated: (SOLR-128) Include Newer version of Jetty

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-128: --- Attachment: lib.zip Include Newer version of Jetty --

[jira] Commented: (SOLR-128) Include Newer version of Jetty

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468746 ] Ryan McKinley commented on SOLR-128: Ideally we could replace existing JSP with servlets or SolrRequestHandlers.

[jira] Commented: (SOLR-128) Include Newer version of Jetty

2007-01-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468758 ] Ryan McKinley commented on SOLR-128: I'm not suggesting we drop JSP *now*... just that we definitely should not be

[jira] Commented: (SOLR-61) move XML update parsing out of SolrCore

2007-01-31 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469108 ] Ryan McKinley commented on SOLR-61: --- in SOLR104, xml parsing moved from SolrCore to XmlUpdateRequestHandler

[jira] Commented: (SOLR-85) [PATCH] Add update form to the admin screen

2007-01-31 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469104 ] Ryan McKinley commented on SOLR-85: --- the last patch (solr-85-with-104.patch) should work fine no blocker issues

[jira] Commented: (SOLR-126) Auto-commit documents after time interval

2007-01-31 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469204 ] Ryan McKinley commented on SOLR-126: - You notify the tracker that the document is added before actually

[jira] Commented: (SOLR-85) [PATCH] Add update form to the admin screen

2007-01-31 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469325 ] Ryan McKinley commented on SOLR-85: --- Ok, this one is based on solar-85.with.file.upload.diff! It also adds a few

[jira] Commented: (SOLR-126) Auto-commit documents after time interval

2007-02-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469663 ] Ryan McKinley commented on SOLR-126: It looks like the test solrconfi.xml got commited with some mangled xml

[jira] Created: (SOLR-135) Restructure / Refactor codebase for shared libraries

2007-02-02 Thread Ryan McKinley (JIRA)
Restructure / Refactor codebase for shared libraries Key: SOLR-135 URL: https://issues.apache.org/jira/browse/SOLR-135 Project: Solr Issue Type: Wish Reporter: Ryan McKinley

[jira] Commented: (SOLR-135) Restructure / Refactor codebase for shared libraries

2007-02-02 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469711 ] Ryan McKinley commented on SOLR-135: A first start for this would be to move:

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-02-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: --- Attachment: SOLR-139-IndexDocumentCommand.patch Support updateable/modifiable documents

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-02-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470081 ] Ryan McKinley commented on SOLR-139: Is this what you are suggesting? I added a second searcher to

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-02-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470082 ] Ryan McKinley commented on SOLR-139: That wouldn't work for multi-valued fields though, right? 'REMOVE' on a

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-02-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470109 ] Ryan McKinley commented on SOLR-139: I added a new version of SOLR-139-IndexDocumentCommand.patch that: * gets rid

[jira] Commented: (SOLR-60) Remove overwritePending, overwriteCommitted flags?

2007-02-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470110 ] Ryan McKinley commented on SOLR-60: --- As a note, there are no tests where overwritePending != overwriteCommitted

[jira] Created: (SOLR-142) RawResponseWriter - replace /admin/get-file.jsp

2007-02-05 Thread Ryan McKinley (JIRA)
RawResponseWriter - replace /admin/get-file.jsp --- Key: SOLR-142 URL: https://issues.apache.org/jira/browse/SOLR-142 Project: Solr Issue Type: Improvement Components: web gui

[jira] Updated: (SOLR-126) Auto-commit documents after time interval

2007-02-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-126: --- Attachment: SOLR-126-ClosePending.patch Auto-commit documents after time interval

[jira] Updated: (SOLR-84) New Solr logo?

2007-02-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-84: -- Attachment: logo-grid.jpg New Solr logo? -- Key: SOLR-84

[jira] Commented: (SOLR-84) New Solr logo?

2007-02-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470458 ] Ryan McKinley commented on SOLR-84: --- more variations from juan... of them, i like c, g, or h. though i don't think

[jira] Updated: (SOLR-142) RawResponseWriter - replace /admin/get-file.jsp

2007-02-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-142: --- Attachment: SOLR-142-RawResponseWriter.patch RawResponseWriter - replace /admin/get-file.jsp

[jira] Updated: (SOLR-149) Make solr more embeddable

2007-02-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-149: --- Attachment: SOLR-149-embeddable.patch This patch 1. Adds isInstanceDirInitalized() to Config 2.

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-02-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: --- Attachment: SOLR-139-IndexDocumentCommand.patch This is a minor change that keeps the OVERWRITE

[jira] Commented: (SOLR-152) Dismax should not require 'q'

2007-02-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471608 ] Ryan McKinley commented on SOLR-152: (that way matchall can be set in the solrconfig as either a default or an

[jira] Commented: (SOLR-152) Dismax should not require 'q'

2007-02-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471610 ] Ryan McKinley commented on SOLR-152: danm, i was hoping you would not notice. There is no delete button around

[jira] Updated: (SOLR-152) Dismax should not require 'q'

2007-02-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-152: --- Attachment: SOLR-152-DismaxNoQ.patch using the matchall parameter Dismax should not require 'q'

[jira] Created: (SOLR-157) IndexInfoRequestHandler NPE

2007-02-11 Thread Ryan McKinley (JIRA)
IndexInfoRequestHandler NPE --- Key: SOLR-157 URL: https://issues.apache.org/jira/browse/SOLR-157 Project: Solr Issue Type: Bug Reporter: Ryan McKinley Priority: Trivial When you get the

[jira] Created: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-15 Thread Ryan McKinley (JIRA)
lucene index browser / admin helpers (Luke) --- Key: SOLR-162 URL: https://issues.apache.org/jira/browse/SOLR-162 Project: Solr Issue Type: New Feature Components: web gui

[jira] Updated: (SOLR-142) RawResponseWriter - replace /admin/get-file.jsp

2007-02-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-142: --- Attachment: SOLR-142-RawResponseWriter.patch this version of the patch is only the RawResponseWriter.

[jira] Updated: (SOLR-85) [PATCH] Add update form to the admin screen

2007-02-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-85: -- Attachment: solr-85-with-104.patch slight change so it applies cleanly after SOLR-145 [PATCH] Add

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-02-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: --- Attachment: SOLR-139-IndexDocumentCommand.patch added missing files. this should is ready to check

[jira] Updated: (SOLR-149) Make solr more embeddable

2007-02-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-149: --- Attachment: SOLR-149-embeddable.patch adding the path to the request context so handlers can use it

[jira] Commented: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473874 ] Ryan McKinley commented on SOLR-162: check SOLR-149. it adds the path to a request and prints it out with the

[jira] Updated: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-162: --- Attachment: SOLR-162-Admin-XML-luke.patch Thanks for your feedback, here is an updated version that:

[jira] Commented: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473950 ] Ryan McKinley commented on SOLR-162: 3. ... will be helped by SOLR-112 lucene index browser / admin helpers

[jira] Updated: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-162: --- Attachment: SOLR-162-Admin-XML-luke.patch using SimpleOrderedMap - this keeps nice ordering for XML

[jira] Updated: (SOLR-103) SQL Upload Plugin

2007-02-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-103: --- Attachment: SOLR-103-SQLUpdateRequestHandler.patch SQL Upload Plugin -

[jira] Commented: (SOLR-165) Improved Doc on setting env solr/home

2007-02-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474265 ] Ryan McKinley commented on SOLR-165: *something* has changed that makes things blow up if you don't set the

[jira] Created: (SOLR-166) trunk requires solr.solr.home set even if JNDI is set

2007-02-19 Thread Ryan McKinley (JIRA)
trunk requires solr.solr.home set even if JNDI is set - Key: SOLR-166 URL: https://issues.apache.org/jira/browse/SOLR-166 Project: Solr Issue Type: Bug Affects Versions: 1.2

[jira] Commented: (SOLR-166) trunk requires solr.solr.home set even if JNDI is set

2007-02-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474296 ] Ryan McKinley commented on SOLR-166: running resin on winXP from cwd: c:/tmp resin.conf: web-app id=/solr

[jira] Commented: (SOLR-166) trunk requires solr.solr.home set even if JNDI is set

2007-02-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474314 ] Ryan McKinley commented on SOLR-166: Ryan: one thing to try is changing the web.xml to use the 2.4 XSD instead

[jira] Updated: (SOLR-166) trunk requires solr.solr.home set even if JNDI is set

2007-02-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-166: --- Attachment: SOLR-166-InitalizationOrder.patch quick patch. it works for me... trunk requires

[jira] Updated: (SOLR-142) RawResponseWriter - replace /admin/get-file.jsp

2007-02-19 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-142: --- Attachment: SOLR-142-RawResponseWriter.patch Thanks for looking at that. Here is an updated version

  1   2   3   4   5   6   7   8   9   10   >