Re: [jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-18 Thread Ryan McKinley
On Sep 18, 2008, at 9:28 AM, Jason Rutherglen wrote: Does Geohash enable range based queries? It's unclear from the wiki site. yes -- if you munge the algorithm a bit, finding points within a region is a lexographic range query. This alteration was developed to support bounding box

[jira] Resolved: (SOLR-560) Convert JDK logging to SLF4J

2008-09-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-560. Resolution: Fixed Fix Version/s: 1.4 i'll close this for now... if we run into any issues we

[jira] Resolved: (SOLR-549) Enable configurable logging (jul or log4j)

2008-09-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-549. Resolution: Duplicate Fix Version/s: 1.4 resolved with SOLR-560 Enable configurable

Re: [jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-18 Thread Ryan McKinley
WKT is just a standard way to describe geometry. There *many* other options, but WKT is a simple text based one that is used in other gis databases, including mysql and PostGIS: http://dev.mysql.com/doc/refman/5.0/en/gis-wkt-format.html I'm not saying we *should* use it, just that we

Re: [jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-18 Thread Ryan McKinley
On Sep 18, 2008, at 11:53 AM, Jason Rutherglen wrote: Placing both lat and long in the same field is good when used internally The initial filtered range query should be much faster this way. Is it possible to then extract the lat and long out of the geohash for the narrowing portion?

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632284#action_12632284 ] Ryan McKinley commented on SOLR-773: I'm looking over the code grant now... (thanks again

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632356#action_12632356 ] Ryan McKinley commented on SOLR-773: Thanks for the clarification... Then I use

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631992#action_12631992 ] Ryan McKinley commented on SOLR-773: LocalLucene/Solr are currently designed to do

slf4j

2008-09-17 Thread Ryan McKinley
without objection, i will commit SOLR-560 soon... https://issues.apache.org/jira/browse/SOLR-560 ryan

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12632053#action_12632053 ] Ryan McKinley commented on SOLR-773: We should also consider the OGC standard Well Known

Re: Draft 1.3.0 announcement

2008-09-16 Thread Ryan McKinley
On Sep 16, 2008, at 4:47 PM, Grant Ingersoll wrote: Take two: The Apache Solr team is happy to announce the availability of Solr 1.3.0 for public download. This version contains many enhancements and bug fixes, including: - Distributed search capabilities - Numerous Lucene and

[jira] Updated: (SOLR-560) Convert JDK logging to SLF4J

2008-09-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-560: --- Attachment: SOLR-560-slf4j.patch updated to apply with latest code. Now that we are into 1.4, I would

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

2008-08-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12623385#action_12623385 ] Ryan McKinley commented on SOLR-139: to me the key is getting an interface that would

[jira] Updated: (SOLR-646) Configuration properties in multicore.xml

2008-08-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-646: --- Assignee: (was: Ryan McKinley) I am leaving on vacation... and will be unable to give this any

1.3 release and SOLR-646

2008-08-18 Thread Ryan McKinley
I'm leaving for vacation tomorrow and will have little or no internet access until sept 1 -- from the 1st to the 7th, I will have limited access. The one remaining issue that I am concerned about for 1.3 is how to set the dataDir for various cores in a multicore environment -- SOLR-646

[jira] Commented: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12623173#action_12623173 ] Ryan McKinley commented on SOLR-647: bq. I was going to remove the SolrCore name

[jira] Commented: (SOLR-647) Do SolrCore.close() in a refcounted way

2008-08-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12623003#action_12623003 ] Ryan McKinley commented on SOLR-647: bq. I'm thinking of changing the cores map to String

[jira] Commented: (SOLR-646) Configuration properties in multicore.xml

2008-08-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12623066#action_12623066 ] Ryan McKinley commented on SOLR-646: bq. do we need or even want the include feature

[jira] Resolved: (SOLR-545) remove MultiCore default core / cleanup DispatchHandler

2008-08-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-545. Resolution: Fixed remove MultiCore default core / cleanup DispatchHandler

[jira] Resolved: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-695. Resolution: Fixed Make single core solr equivolent to multicore with a single configured core

[jira] Commented: (SOLR-586) Maven - Solr Artifact Publishing

2008-08-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622660#action_12622660 ] Ryan McKinley commented on SOLR-586: I'm running into a funny issue. $ ant clean $ ant

Re: CHANGES.txt

2008-08-14 Thread Ryan McKinley
it here If we decide to go for the 2nd route, is a separate changelog needed for DIH as well? On Sat, Aug 9, 2008 at 8:29 AM, Ryan McKinley [EMAIL PROTECTED] wrote: Hello- Otis pointed out (via direct email) that I have not added many notes in CHANGES.txt recently. I may be getting slopy

[jira] Commented: (SOLR-586) Maven - Solr Artifact Publishing

2008-08-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622679#action_12622679 ] Ryan McKinley commented on SOLR-586: the included pom is missing a reference to commons

Re: svn commit: r685577 - in /lucene/solr/trunk: client/java/solrj/src/org/apache/solr/client/solrj/embedded/ client/java/solrj/test/org/apache/solr/client/solrj/ client/java/solrj/test/org/apache/sol

2008-08-14 Thread Ryan McKinley
thanks grant -- just committed a slightly different one :) On Aug 14, 2008, at 9:06 PM, Grant Ingersoll wrote: Here's a _possible_ patch: Index: src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java === ---

[jira] Commented: (SOLR-586) Maven - Solr Artifact Publishing

2008-08-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622207#action_12622207 ] Ryan McKinley commented on SOLR-586: Is this expected? Or do we each need to download

[jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley (JIRA)
Issue Type: Improvement Affects Versions: 1.3 Reporter: Ryan McKinley Assignee: Ryan McKinley Fix For: 1.3 Multicore vs single core configuration has caused a lot of confusion. To limit this confusion, I think we should: 1. rename MultiCore to CoreContainer

[jira] Commented: (SOLR-19) pom.xml to support maven2

2008-08-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622214#action_12622214 ] Ryan McKinley commented on SOLR-19: --- either way... the purpose is identical -- to have

Re: Solr1.3 Freeze

2008-08-13 Thread Ryan McKinley
(moved to solr-dev) Maybe we should call it lucene-2.4-solr.jar so as to drop the word dev from it. +1 or: lucene-2.4-${revision}-solr.jar? that way it is easy to tell what svn version it came from

Re: [jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley
for SOLR-695 that is limited to substantial change rather then cosmetic -- and we can always revert :) ryan On Aug 13, 2008, at 9:30 AM, Ryan McKinley (JIRA) wrote: Make single core solr equivolent to multicore with a single configured core

Re: [VOTE] Set Solr 1.3 freeze and release date

2008-08-13 Thread Ryan McKinley
* A CoreDescriptor taking a null multicore instance is fine because there is no multicore at all. Then we should, at a minimum, add a no-arg constructor, or at least document it can take null. Maybe then the name of the class is wrong. Class names are meaningful. And the name

Re: svn commit: r685621 - /lucene/solr/trunk/example/solr/conf/schema.xml

2008-08-13 Thread Ryan McKinley
sorry -- my bad thanks Yonik On Aug 13, 2008, at 1:45 PM, [EMAIL PROTECTED] wrote: Author: yonik Date: Wed Aug 13 10:45:08 2008 New Revision: 685621 URL: http://svn.apache.org/viewvc?rev=685621view=rev Log: remove gram fieldtype from example schema Modified:

Re: svn commit: r685645 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrUpdateServlet.java

2008-08-13 Thread Ryan McKinley
fixed -- thanks On Aug 13, 2008, at 3:31 PM, Guillaume Smet wrote: Hi Ryan, On Wed, Aug 13, 2008 at 9:26 PM, [EMAIL PROTECTED] wrote: +// Check if the multicore.xml file exists -- if so, this is an invalid servlet +// (even if there is only one core...) It should be solr.xml.

[jira] Updated: (SOLR-586) Maven - Solr Artifact Publishing

2008-08-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-586: --- Attachment: SOLR-586-nits.patch minor changes: 1. change the inceptionYear from 2000 - 2006 (when

Re: [jira] Created: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley
to be MultiCoreRequest and MulticoreParams in SolrJ... On Aug 13, 2008, at 10:23 AM, Ryan McKinley wrote: Unless I hear otherwise soon, I will go ahead and commit the first part of this patch: renaming MultiCore - CoreContainer This is a simple refactoring with no logic changes. I'm breaking

[jira] Updated: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-695: --- Attachment: SOLR-695-no-singlecore.patch Here is a patch (with loads of help from Henri) that gets rid

[jira] Commented: (SOLR-695) Make single core solr equivolent to multicore with a single configured core.

2008-08-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622416#action_12622416 ] Ryan McKinley commented on SOLR-695: In the interest of getting this reviewed/tested ASAP

[jira] Commented: (SOLR-586) Maven - Solr Artifact Publishing

2008-08-12 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621821#action_12621821 ] Ryan McKinley commented on SOLR-586: bq. Another thing I noticed was that we are using

[jira] Commented: (SOLR-691) Standardized XML Response

2008-08-12 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621838#action_12621838 ] Ryan McKinley commented on SOLR-691: Check: SOLR-141 This would let the response writer

[jira] Commented: (SOLR-692) Migrate StAX to latest released version

2008-08-12 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621939#action_12621939 ] Ryan McKinley commented on SOLR-692: nothing special I know of for solrj... I just copied

[jira] Commented: (SOLR-545) remove MultiCore default core / cleanup DispatchHandler

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621316#action_12621316 ] Ryan McKinley commented on SOLR-545: I just committed SOLR-545-path-access.patch

[jira] Commented: (SOLR-689) rename multicore.xml solr.xml

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621328#action_12621328 ] Ryan McKinley commented on SOLR-689: +1 whats up with the // bit in: {code:java

[jira] Created: (SOLR-690) English Number Filter

2008-08-10 Thread Ryan McKinley (JIRA)
English Number Filter - Key: SOLR-690 URL: https://issues.apache.org/jira/browse/SOLR-690 Project: Solr Issue Type: New Feature Components: search Reporter: Ryan McKinley Priority: Minor

[jira] Updated: (SOLR-690) English Number Filter

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-690: --- Attachment: EnglishNumberFilter.java Here is the start of an application that converts any number (up

[jira] Updated: (SOLR-690) English Number Filter

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-690: --- Description: This is (the start) of a Filter that converts numbers to the english equivolent

[jira] Commented: (SOLR-689) rename multicore.xml solr.xml

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621334#action_12621334 ] Ryan McKinley commented on SOLR-689: Since we are already throwing a wrench at anyone who

[jira] Commented: (SOLR-545) remove MultiCore default core / cleanup DispatchHandler

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621339#action_12621339 ] Ryan McKinley commented on SOLR-545: how about: {code} --- src/webapp/web/admin

[jira] Commented: (SOLR-545) remove MultiCore default core / cleanup DispatchHandler

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621343#action_12621343 ] Ryan McKinley commented on SOLR-545: done. thanks Lars remove MultiCore default core

[jira] Commented: (SOLR-689) rename multicore.xml solr.xml

2008-08-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621345#action_12621345 ] Ryan McKinley commented on SOLR-689: There you go... always looking towards the future

[jira] Commented: (SOLR-687) unlockOnStartup unsafe for multicore

2008-08-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621122#action_12621122 ] Ryan McKinley commented on SOLR-687: +1, thanks Yonik unlockOnStartup unsafe

[jira] Resolved: (SOLR-653) remove overwrite command from solrj API

2008-08-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-653. Resolution: Fixed this was fixed in #679548 remove overwrite command from solrj API

[jira] Updated: (SOLR-493) /admin/file links don't work with legacy configs

2008-08-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-493: --- Attachment: SOLR-493-OldAdminFile.patch updated patch to work with trunk... will commit shortly

CHANGES.txt

2008-08-08 Thread Ryan McKinley
Hello- Otis pointed out (via direct email) that I have not added many notes in CHANGES.txt recently. I may be getting slopy, but I also remember some discussion about how to use changes.txt a while back and figure we should revist it to make sure everything necessary is in there before

[jira] Resolved: (SOLR-493) /admin/file links don't work with legacy configs

2008-08-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-493. Resolution: Fixed /admin/file links don't work with legacy configs

[jira] Commented: (SOLR-646) Configuration properties in multicore.xml

2008-08-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621121#action_12621121 ] Ryan McKinley commented on SOLR-646: i'm having trouble applying this patch... any chance

Re: Rename multicore.xml ?

2008-08-07 Thread Ryan McKinley
Suggestion #1: Rename multicore.xml something new. The best suggestion I have is solr.xml +1 Hopefully down the line, these xml files will not be how we configure things. With Spring we could get out of that business. While we are on the topic what about the MultiCore.java class?

Re: Rename multicore.xml ?

2008-08-07 Thread Ryan McKinley
While we are on the topic what about the MultiCore.java class? Should it be CoreContainer? or SolrContainer? or just Solr?

Re: ClientUtils escape query

2008-08-05 Thread Ryan McKinley
That came after I spent a week increasing the list of things that need escaped one at a time (waiting for errors along the way...) Erik suggested I look at how the ruby client handles it... and I haven't seen any problem since them. Is there any problem with over escaping? I know it makes

[jira] Resolved: (SOLR-619) Register copyField at runtime

2008-08-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-619. Resolution: Fixed commited a while back Register copyField at runtime

[jira] Updated: (SOLR-545) remove MultiCore default core / cleanup DispatchHandler

2008-08-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-545: --- Summary: remove MultiCore default core / cleanup DispatchHandler (was: remove MultiCore default core

[jira] Assigned: (SOLR-646) Configuration properties in multicore.xml

2008-08-05 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-646: -- Assignee: Ryan McKinley Configuration properties in multicore.xml

Re: [VOTE] Set Solr 1.3 freeze and release date

2008-08-05 Thread Ryan McKinley
SOLR-545: Remove Default core in multicore. No patch available. SOLR-646: Config. props in multicore.xml Seems really useful, but is currently unassigned. I'm on these guys. 0. Accept no more issues outside of this list, other than blockers for 1.3. +1 1. Set August 12 as

Re: Solr Logo thought

2008-08-04 Thread Ryan McKinley
If there is a still room for new log design for Solr and the community is open for it then I can try to come up with some proposal. Doing logo for Mahout was really interesting experience. In my opinion, yes I'd love to see more effort put towards the logo. I have stayed out of

[jira] Commented: (SOLR-646) Configuration properties in multicore.xml

2008-08-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619407#action_12619407 ] Ryan McKinley commented on SOLR-646: yes, keySet() is 1.6 only Solr is 1.5, so

[jira] Commented: (SOLR-646) Configuration properties in multicore.xml

2008-08-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619408#action_12619408 ] Ryan McKinley commented on SOLR-646: {panel} About the issue itself: How much

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-28 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617674#action_12617674 ] Ryan McKinley commented on SOLR-614: As i have said, I think consistency is a good thing

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-27 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617318#action_12617318 ] Ryan McKinley commented on SOLR-614: perhaps I'm missing something... where/how does

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-27 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617319#action_12617319 ] Ryan McKinley commented on SOLR-614: Perhaps I'm not thinking of configurations

[jira] Commented: (SOLR-614) Allow components to read any kind of XML from solrconfig

2008-07-26 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617214#action_12617214 ] Ryan McKinley commented on SOLR-614: -1 As discussed elsewhere, I'm against changing

[jira] Commented: (SOLR-653) remove overwrite command from solrj API

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616910#action_12616910 ] Ryan McKinley commented on SOLR-653: it should only keep the last document in the list

[jira] Commented: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616927#action_12616927 ] Ryan McKinley commented on SOLR-269: I also like the simplified syntax, and I think

[jira] Commented: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616932#action_12616932 ] Ryan McKinley commented on SOLR-269: bq. A request scope will create the chain

[jira] Issue Comment Edited: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2008-07-25 Thread Ryan McKinley (JIRA)
before submitting them --- Key: SOLR-269 URL: https://issues.apache.org/jira/browse/SOLR-269 Project: Solr Issue Type: New Feature Reporter: Ryan McKinley

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616969#action_12616969 ] Ryan McKinley commented on SOLR-620: the JSON feature gets around a javascript limitation

[jira] Issue Comment Edited: (SOLR-620) Velocity Response Writer

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616969#action_12616969 ] ryantxu edited comment on SOLR-620 at 7/25/08 10:51 AM: -- the

[jira] Created: (SOLR-660) Simlify UpdateRequestProcessor API

2008-07-25 Thread Ryan McKinley (JIRA)
Reporter: Ryan McKinley Fix For: 1.3 SOLR-269 introduced UpdateRequestProcessor. The existing API/configuration is too complicated and should be simplified before release 1.3 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Assigned: (SOLR-661) NPE in SpellingQueryConverter when used with q.alt=*:*

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-661: -- Assignee: Ryan McKinley NPE in SpellingQueryConverter when used with q.alt

[jira] Resolved: (SOLR-661) NPE in SpellingQueryConverter when used with q.alt=*:*

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-661. Resolution: Fixed Fix Version/s: 1.3 fixed in 679925. thanks Kalyan NPE

[jira] Resolved: (SOLR-660) Simplify UpdateRequestProcessor API

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-660. Resolution: Fixed just committed this and updated the text on: http://wiki.apache.org/solr

[jira] Issue Comment Edited: (SOLR-660) Simplify UpdateRequestProcessor API

2008-07-25 Thread Ryan McKinley (JIRA)
Components: update Affects Versions: 1.3 Reporter: Ryan McKinley Fix For: 1.3 Attachments: SOLR-660-update-processor.patch SOLR-269 introduced UpdateRequestProcessor. The existing API/configuration is too complicated and should be simplified

[jira] Commented: (SOLR-660) Simplify UpdateRequestProcessor API

2008-07-25 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617119#action_12617119 ] Ryan McKinley commented on SOLR-660: bq. I guess it would be nice to make

[jira] Commented: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616483#action_12616483 ] Ryan McKinley commented on SOLR-269: bq. Not trying to be critical but seems like

[jira] Commented: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616544#action_12616544 ] Ryan McKinley commented on SOLR-269: I'm all for simplifying the API. If you guys want

[jira] Updated: (SOLR-652) q.alt=*:* when used with dismaxQueryHandler HighlightComponent throws NPE

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-652: --- Attachment: SOLR-652-highlightError.patch Here is a patch and test that checks the highlighting

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

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616564#action_12616564 ] Ryan McKinley commented on SOLR-139: There are many approaches to make this work -- i

[jira] Commented: (SOLR-489) Added @deprecation Javadoc comments

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616609#action_12616609 ] Ryan McKinley commented on SOLR-489: bq. For that matter: solrJ wasn't in Solr 1.2

[jira] Created: (SOLR-653) remove overwrite command from solrj API

2008-07-24 Thread Ryan McKinley (JIRA)
Reporter: Ryan McKinley Fix For: 1.3 The solrj API should not expose the 'overwrite' option. Using it will most likely cause errors. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (SOLR-653) remove overwrite command from solrj API

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-653: --- Attachment: SOLR-653-remove-solrj-overwrite.patch patch removes 'overwrite' from the api remove

[jira] Assigned: (SOLR-653) remove overwrite command from solrj API

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-653: -- Assignee: Ryan McKinley remove overwrite command from solrj API

[jira] Created: (SOLR-654) Modify the solrj SolrResponse API so responses can be dynamicaly constructed and loaded.

2008-07-24 Thread Ryan McKinley (JIRA)
Project: Solr Issue Type: Improvement Components: clients - java Reporter: Ryan McKinley Assignee: Ryan McKinley Priority: Minor Fix For: 1.3 The current SolrResponse implementations put most of their logic within a class specific

[jira] Updated: (SOLR-654) Modify the solrj SolrResponse API so responses can be dynamicaly constructed and loaded.

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-654: --- Attachment: SOLR-654-SolrResposneAPI.patch This patch moves initialization logic to 'setResponse

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1261#action_1261 ] Ryan McKinley commented on SOLR-620: check SOLR-654 for a way to construct a SolrResponse

[jira] Commented: (SOLR-653) remove overwrite command from solrj API

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616670#action_12616670 ] Ryan McKinley commented on SOLR-653: using 'overwite=false' is a sure way to make a mess

[jira] Assigned: (SOLR-655) Fix javadoc warnings

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-655: -- Assignee: Ryan McKinley Fix javadoc warnings Key: SOLR

[jira] Resolved: (SOLR-655) Fix javadoc warnings

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-655. Resolution: Fixed Fix Version/s: 1.3 fixed in 679647. Thanks Lars! Fix javadoc warnings

Re: [jira] Closed: (SOLR-645) Move facet tests into own class

2008-07-24 Thread Ryan McKinley
FYI, I don't think we tend to Close issues. Typically we leave the status as Resolved not that it is a big deal On Jul 24, 2008, at 10:01 PM, Lars Kotthoff (JIRA) wrote: [

[jira] Resolved: (SOLR-654) Modify the solrj SolrResponse API so responses can be dynamicaly constructed and loaded.

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-654. Resolution: Fixed Modify the solrj SolrResponse API so responses can be dynamicaly constructed

[jira] Commented: (SOLR-655) Fix javadoc warnings

2008-07-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616750#action_12616750 ] Ryan McKinley commented on SOLR-655: some patches are easier then others ;) Fix javadoc

[jira] Updated: (SOLR-641) expose EmbeddedSolrServer response parsing

2008-07-21 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-641: --- Attachment: SOLR-641-embedded-parsing.patch this patch switches from using the XML parser

[jira] Assigned: (SOLR-641) expose EmbeddedSolrServer response parsing

2008-07-21 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-641: -- Assignee: Ryan McKinley expose EmbeddedSolrServer response parsing

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-07-21 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615320#action_12615320 ] Ryan McKinley commented on SOLR-620: Looking at a recent version of this, it seems best

<    1   2   3   4   5   6   7   8   9   10   >