[jira] Updated: (SOLR-565) Component to abstract shards from clients

2008-08-19 Thread Shalin Shekhar Mangar (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar updated SOLR-565:
---

Fix Version/s: 1.4

 Component to abstract shards from clients
 -

 Key: SOLR-565
 URL: https://issues.apache.org/jira/browse/SOLR-565
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.3
Reporter: patrick o'leary
Assignee: Otis Gospodnetic
Priority: Minor
 Fix For: 1.4

 Attachments: distributor_component.patch, SOLR-565.patch


 A component that will remove the need for calling clients to provide the 
 shards parameter for
 a distributed search. 
 As systems grow, it's better to manage shards with in solr, rather than 
 managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-565) Component to abstract shards from clients

2008-07-27 Thread Jeremy Hinegardner (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Hinegardner updated SOLR-565:


Attachment: SOLR-565.patch

I was testing out this patch, and found a couple of bugs.

1) if the topologyFile is given with an absolute path in solrconfig.xml it will 
never be loaded
2) on the remote chance that there is an error while loading the topology file, 
the existing topology could become corrupted

I may be able to assist futher with this patch as my installation is going to 
be using it.

 Component to abstract shards from clients
 -

 Key: SOLR-565
 URL: https://issues.apache.org/jira/browse/SOLR-565
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.3
Reporter: patrick o'leary
Assignee: Otis Gospodnetic
Priority: Minor
 Attachments: distributor_component.patch, SOLR-565.patch


 A component that will remove the need for calling clients to provide the 
 shards parameter for
 a distributed search. 
 As systems grow, it's better to manage shards with in solr, rather than 
 managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-565) Component to abstract shards from clients

2008-07-12 Thread Yonik Seeley (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley updated SOLR-565:
--

Fix Version/s: (was: 1.3)

 Component to abstract shards from clients
 -

 Key: SOLR-565
 URL: https://issues.apache.org/jira/browse/SOLR-565
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.3
Reporter: patrick o'leary
Assignee: Otis Gospodnetic
Priority: Minor
 Attachments: distributor_component.patch


 A component that will remove the need for calling clients to provide the 
 shards parameter for
 a distributed search. 
 As systems grow, it's better to manage shards with in solr, rather than 
 managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-565) Component to abstract shards from clients

2008-06-14 Thread Otis Gospodnetic (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Otis Gospodnetic updated SOLR-565:
--

Fix Version/s: 1.3

Patrick, this JIRA issue is on the top of my list (literally, physically in 
JIRA) of JIRA issues assigned to me, so I can:

# commit your current patch, or
# wait for your changes to add config mechanism Lance suggested
# wait for your changes to allow named sets that Jason suggested

If you are close with 2 or 3 above, I'll wait.


 Component to abstract shards from clients
 -

 Key: SOLR-565
 URL: https://issues.apache.org/jira/browse/SOLR-565
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.3
Reporter: patrick o'leary
Assignee: Otis Gospodnetic
Priority: Minor
 Fix For: 1.3

 Attachments: distributor_component.patch


 A component that will remove the need for calling clients to provide the 
 shards parameter for
 a distributed search. 
 As systems grow, it's better to manage shards with in solr, rather than 
 managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-565) Component to abstract shards from clients

2008-05-20 Thread Mike Klaas (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Klaas updated SOLR-565:


Fix Version/s: (was: 1.3)

 Component to abstract shards from clients
 -

 Key: SOLR-565
 URL: https://issues.apache.org/jira/browse/SOLR-565
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.3
Reporter: patrick o'leary
Priority: Minor
 Attachments: distributor_component.patch


 A component that will remove the need for calling clients to provide the 
 shards parameter for
 a distributed search. 
 As systems grow, it's better to manage shards with in solr, rather than 
 managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-565) Component to abstract shards from clients

2008-05-06 Thread patrick o'leary (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

patrick o'leary updated SOLR-565:
-

Attachment: distributor_component.patch

Attaching patch for a DistributorComponent
Provides the ability to load shard urls from a topologyFile, and add parameters 
to the outgoing url
Requires configuration in solr/conf/solrconfig.xml
Get's activated by adding distributed=true to search query.
Still accepts shards= parameter as an override.

Configuration:
{code}
  searchComponent name=distributor 
class=org.apache.solr.handler.component.DistributorComponent 
str name=topologyFileshards.txt/str
arr name=addParams
  strshards.qt=geo/str
/arr
  /searchComponent

  requestHandler name=/search 
class=org.apache.solr.handler.component.SearchHandler
lst name=defaults 
  str name=echoParamsexplicit/str
/lst

arr name=components
  strdistributor/str
  strquery/str
  strfacet/str
  strmlt/str
  strhighlight/str
  strdebug/str
/arr

  /requestHandler
{code}


shards.txt file by default will exist in solr/conf directory and is line 
delimited containing
host_1:port/solr_path
host_2:port/solr_path
etc..




 Component to abstract shards from clients
 -

 Key: SOLR-565
 URL: https://issues.apache.org/jira/browse/SOLR-565
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.3
Reporter: patrick o'leary
Priority: Minor
 Fix For: 1.3

 Attachments: distributor_component.patch


 A component that will remove the need for calling clients to provide the 
 shards parameter for
 a distributed search. 
 As systems grow, it's better to manage shards with in solr, rather than 
 managing each client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.