[jira] Updated: (SOLR-726) driver and datasources are not loaded using the multicore lib aware SolrResourceLoader

2008-08-27 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-726: Attachment: SOLR-726.patch classloading is done using SolrCore#getResourceLoader()#findClass(name) > driver

[jira] Commented: (SOLR-717) Distribute Solr test jar so test code can be used by clients

2008-08-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626418#action_12626418 ] Shalin Shekhar Mangar commented on SOLR-717: The schema.xml that you are using fo

Re: Branch 1.3 created

2008-08-27 Thread Grant Ingersoll
OK. done. On Aug 27, 2008, at 6:21 PM, Yonik Seeley wrote: OK, so I think we're officially in code freeze. It's probably easiest to re-make the branch. We probably shouldn't check in anything to trunk that shouldn't be checked into the branch though. -Yonik

Re: IndexPartitioning

2008-08-27 Thread Norberto Meijome
On Wed, 27 Aug 2008 16:29:40 -0700 (PDT) Chris Hostetter <[EMAIL PROTECTED]> wrote: > : interesting - it sounds to me more like shards than multicore, doesn't > it? ... : but instead of querying all shards for results, only the shards > that are > > it's somewhat an amalgam of both ... there's th

[jira] Updated: (SOLR-733) Refactor or expose methods processDelete(), processUpdate(), readDoc() in XmlUpdateRequestHandler

2008-08-27 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-733: -- Fix Version/s: (was: 1.3) this is an improvement, not a bug, so even if someone provides a patch we're not g

Re: Package Access Issues / Extending FacetComponent

2008-08-27 Thread Chris Hostetter
: 1. Copy all those classes into my own package, copy the FacetComponent into : my own package, and then override as I intended (there might still be some : issues with accessing ResponseBuilder._facetInfo). : 2. Re-write the entire component using only the ShardResponse. : 3. Make those classes

Re: IndexPartitioning

2008-08-27 Thread Chris Hostetter
: interesting - it sounds to me more like shards than multicore, doesn't it? ... : but instead of querying all shards for results, only the shards that are it's somewhat an amalgam of both ... there's the "index" aspect and the "query" aspect ... you can imagine sending data to one Solr master a

Re: Branch 1.3 created

2008-08-27 Thread Yonik Seeley
OK, so I think we're officially in code freeze. It's probably easiest to re-make the branch. We probably shouldn't check in anything to trunk that shouldn't be checked into the branch though. -Yonik

[jira] Commented: (SOLR-733) Refactor or expose methods processDelete(), processUpdate(), readDoc() in XmlUpdateRequestHandler

2008-08-27 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626324#action_12626324 ] Brian Whitman commented on SOLR-733: We also had to do this to write a requesthandler tha

[jira] Created: (SOLR-733) Refactor or expose methods processDelete(), processUpdate(), readDoc() in XmlUpdateRequestHandler

2008-08-27 Thread Aaron Whittier (JIRA)
Refactor or expose methods processDelete(), processUpdate(), readDoc() in XmlUpdateRequestHandler -- Key: SOLR-733 URL: https://issues.apache.org/jira/browse/SOLR-733

[jira] Commented: (SOLR-717) Distribute Solr test jar so test code can be used by clients

2008-08-27 Thread Aaron Whittier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626307#action_12626307 ] Aaron Whittier commented on SOLR-717: - It looks like something in Solr is trying to load

[jira] Issue Comment Edited: (SOLR-717) Distribute Solr test jar so test code can be used by clients

2008-08-27 Thread Aaron Whittier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626307#action_12626307 ] aaronwhittier edited comment on SOLR-717 at 8/27/08 1:22 PM: -- It

[jira] Updated: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-725: --- Attachment: solr-725.patch updated to include part of solr-731 changes (aka CoreDescriptor.getCoreCont

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626219#action_12626219 ] Henri Biestro commented on SOLR-725: Paul, The core always has a name; if you use that n

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626216#action_12626216 ] Yonik Seeley commented on SOLR-725: --- bq. In reality, why would anyone want to alias to an e

Re: Replacing FAST Functionality at Sesam.no

2008-08-27 Thread Glenn-Erik Sandbakken
Thanks for your answer Otis, the thread has moved to [EMAIL PROTECTED] I added the most recent schema.xml and some screenshots. On Wed, 2008-08-27 at 06:51 -0700, Otis Gospodnetic wrote: > Glenn, > > This sounds very much like shingles of variable length (1 to length(terms in > query)). Make su

Re: Replacing FAST Functionality at Sesam.no

2008-08-27 Thread Glenn-Erik Sandbakken
Thanks for your answer Grant, the thread has moved to [EMAIL PROTECTED] I added the most recent schema.xml and some screenshots. On Wed, 2008-08-27 at 09:09 -0400, Grant Ingersoll wrote: > Hi Glenn-Erik, > > Have you looked at the admin analysis tool (I think the link is /solr/ > admin/analysis.

[jira] Issue Comment Edited: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626209#action_12626209 ] henrib edited comment on SOLR-725 at 8/27/08 10:51 AM: -- bq. A re

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626209#action_12626209 ] Henri Biestro commented on SOLR-725: bq. A rename with null is a bad usecase . We should

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626206#action_12626206 ] Noble Paul commented on SOLR-725: - bq.Why not? It's like an atomic rename, except you aren't

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626195#action_12626195 ] Yonik Seeley commented on SOLR-725: --- aliases vs names... they were all "names" in my head.

[jira] Updated: (SOLR-731) CoreDescriptor.getCoreContainer should not be public

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-731: --- Attachment: solr-731.patch A patch that fixes this issue. As a strawman feature, this completely remov

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626188#action_12626188 ] Henri Biestro commented on SOLR-725: The rename with null can only occur if the core *nam

[jira] Commented: (SOLR-732) Collation bug

2008-08-27 Thread Matthew Runo (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626185#action_12626185 ] Matthew Runo commented on SOLR-732: --- Here are the parameters I was using... query.set("sp

[jira] Commented: (SOLR-723) SolrCore & aliasing/swapping may lead to confusing JMX

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626178#action_12626178 ] Henri Biestro commented on SOLR-723: The other simpler approach is just to state that the

[jira] Resolved: (SOLR-730) Use read-only IndexReaders

2008-08-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-730. --- Resolution: Fixed Fix Version/s: (was: 1.4) 1.3 Thanks Mark, I just commi

[jira] Commented: (SOLR-732) Collation bug

2008-08-27 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626173#action_12626173 ] Grant Ingersoll commented on SOLR-732: -- What input params are you using? i.e. onlyMoreP

[jira] Created: (SOLR-732) Collation bug

2008-08-27 Thread Matthew Runo (JIRA)
Collation bug - Key: SOLR-732 URL: https://issues.apache.org/jira/browse/SOLR-732 Project: Solr Issue Type: Bug Components: spellchecker Affects Versions: 1.3 Reporter: Matthew Runo Priority:

Re: Branch 1.3 created

2008-08-27 Thread Yonik Seeley
On Wed, Aug 27, 2008 at 9:46 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > Hmmm, I haven't updated those Lucene libs yet :-) FYI, I'm working on this. It's not quite a drop-in replacement because we were directly accessing the Snowball stuff. -Yonik

[jira] Created: (SOLR-731) CoreDescriptor.getCoreContainer should not be public

2008-08-27 Thread Henri Biestro (JIRA)
CoreDescriptor.getCoreContainer should not be public Key: SOLR-731 URL: https://issues.apache.org/jira/browse/SOLR-731 Project: Solr Issue Type: Bug Affects Versions: 1.3 R

[jira] Updated: (SOLR-731) CoreDescriptor.getCoreContainer should not be public

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-731: --- Description: For the very same reasons that CoreDescriptor.getCoreProperties did not need to be public

[jira] Updated: (SOLR-731) CoreDescriptor.getCoreContainer should not be public

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-731: --- Description: For the very same reasons that CoreDescriptor.getCoreProperties did not need to be public

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626136#action_12626136 ] Noble Paul commented on SOLR-725: - I looked at your patch and I'm mostly fine. # An alias

[jira] Resolved: (SOLR-722) CoreContainer.reload should make core aliases point to reloaded core

2008-08-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-722. --- Resolution: Fixed Fix Version/s: 1.3 committed. > CoreContainer.reload should make core aliases

Re: Branch 1.3 created

2008-08-27 Thread Grant Ingersoll
I suppose we can do it on both now branches now. On Aug 27, 2008, at 9:46 AM, Yonik Seeley wrote: Hmmm, I haven't updated those Lucene libs yet :-) -Yonik On Wed, Aug 27, 2008 at 9:18 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: OK, the 1.3 branch has been created. General process for t

[jira] Commented: (SOLR-398) Widen return type of FiledType.createField to Fieldable in order to maximize flexibility

2008-08-27 Thread Espen Amble Kolstad (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626122#action_12626122 ] Espen Amble Kolstad commented on SOLR-398: -- All tests pass :-) > Widen return type

[jira] Updated: (SOLR-398) Widen return type of FiledType.createField to Fieldable in order to maximize flexibility

2008-08-27 Thread Espen Amble Kolstad (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Espen Amble Kolstad updated SOLR-398: - Attachment: trunk-FieldType-5.patch You are right. There are some other places where Docume

Re: Replacing FAST Functionality at Sesam.no

2008-08-27 Thread Otis Gospodnetic
Glenn, This sounds very much like shingles of variable length (1 to length(terms in query)). Make sure you turn them into phrase queries and combine them with ORs and things should work then. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > Fr

[jira] Updated: (SOLR-243) Create a hook to allow custom code to create custom IndexReaders

2008-08-27 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-243: -- Fix Version/s: 1.4 > Create a hook to allow custom code to create custom IndexReaders > -

[jira] Updated: (SOLR-730) Use read-only IndexReaders

2008-08-27 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-730: -- Fix Version/s: 1.4 > Use read-only IndexReaders > -- > >

[jira] Commented: (SOLR-725) CoreContainer/CoreDescriptor/SolrCore cleansing

2008-08-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626112#action_12626112 ] Henri Biestro commented on SOLR-725: Paul- We are not removing any of these methods but w

[jira] Updated: (SOLR-465) Add configurable DirectoryProvider so that alternate Directory implementations can be specified via solrconfig.xml

2008-08-27 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-465: -- Fix Version/s: 1.4 > Add configurable DirectoryProvider so that alternate Directory > implementa

Re: Branch 1.3 created

2008-08-27 Thread Yonik Seeley
Hmmm, I haven't updated those Lucene libs yet :-) -Yonik On Wed, Aug 27, 2008 at 9:18 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > OK, the 1.3 branch has been created. General process for the next 7 days > is to go lightly even on trunk. I don't know that we need to stop > committing there

Branch 1.3 created

2008-08-27 Thread Grant Ingersoll
OK, the 1.3 branch has been created. General process for the next 7 days is to go lightly even on trunk. I don't know that we need to stop committing there, but keep in mind that we may have to backport patches between the two in the coming days. As for the branch, blockers, doc updates

[jira] Commented: (SOLR-398) Widen return type of FiledType.createField to Fieldable in order to maximize flexibility

2008-08-27 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626099#action_12626099 ] Andrzej Bialecki commented on SOLR-398: Great minds think alike :) I was about to su

Re: Replacing FAST Functionality at Sesam.no

2008-08-27 Thread Grant Ingersoll
Hi Glenn-Erik, Have you looked at the admin analysis tool (I think the link is /solr/ admin/analysis.jsp, but don't have it up and running at the moment to verify)? In this tool, you can see what is produced on the index side and the query side and see who the tokens are created, etc. From

[jira] Updated: (SOLR-730) Use read-only IndexReaders

2008-08-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-730: - Attachment: SOLR-730.patch I am still reviewing this, but first patch for comments. > Use read-only IndexR

[jira] Created: (SOLR-730) Use read-only IndexReaders

2008-08-27 Thread Mark Miller (JIRA)
Use read-only IndexReaders -- Key: SOLR-730 URL: https://issues.apache.org/jira/browse/SOLR-730 Project: Solr Issue Type: Improvement Components: search Reporter: Mark Miller Attachments

[jira] Updated: (SOLR-465) Add configurable DirectoryProvider so that alternate Directory implementations can be specified via solrconfig.xml

2008-08-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-465: - Attachment: SOLR-465.patch New patch. Updates things to trunk, tweaks things to be more like latest SOLR-2

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-08-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-561: --- Attachment: SOLR-561-full.patch This patch contains all the replication related changes

[jira] Issue Comment Edited: (SOLR-561) Solr replication by Solr (for windows also)

2008-08-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626079#action_12626079 ] shalinmangar edited comment on SOLR-561 at 8/27/08 4:25 AM: ---

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-08-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-561: --- Attachment: SOLR-561.patch This patch contains only replication related changes. > Sol

[jira] Updated: (SOLR-729) Context.getDataSource(String) gives wrong DataSource instance

2008-08-27 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-729: --- Priority: Major (was: Minor) Assignee: Shalin Shekhar Mangar Promoting to major si

[jira] Updated: (SOLR-729) Context.getDataSource(String) gives wrong DataSource instance

2008-08-27 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-729: Attachment: SOLR-729.patch * final fix and javadocs cleanup > Context.getDataSource(String) gives wrong Data

Replacing FAST Functionality at Sesam.no

2008-08-27 Thread Glenn-Erik Sandbakken
At sesam.no we want to replace a FAST (fast.no) Query Matching Server with a Solr index. The index we are trying to replace is not a regular index, but specially configured to perform phrases (and sub-phrases) matches against several large lists (like an index with only a 'title' field). I'm not

Solr nightly build failure

2008-08-27 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 36 source files to /tmp/apache-solr-nightly/build/common

[jira] Updated: (SOLR-398) Widen return type of FiledType.createField to Fieldable in order to maximize flexibility

2008-08-27 Thread Espen Amble Kolstad (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Espen Amble Kolstad updated SOLR-398: - Attachment: trunk-FieldType-4.patch Here's an updated patch for trunk > Widen return type