Re: [jira] Commented: (SOLR-303) Distributed Search over HTTP

2007-11-21 Thread S DALAL
Hi Zhang,
 Can you please some more details about the error ? Are you seeing
any exceptions ? How are your partitions set up and what is the
request you are sending ?

regards
dalal

On Nov 22, 2007 8:53 AM, zhang.zuxin (JIRA) [EMAIL PROTECTED] wrote:

 [ 
 https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544684
  ]

 zhang.zuxin commented on SOLR-303:
 --

 to Sabyasachi Dalal:
 I update solr trunk to version 597284. And I patch it cleanly.But it does't 
 work,just like it doesn't support distributed search.
 Alternately,it works when I used Sharad Agarwal 's patch.I don't know what's 
 wrong, or maybe you change anything?

  Distributed Search over HTTP
  
 
  Key: SOLR-303
  URL: https://issues.apache.org/jira/browse/SOLR-303
  Project: Solr
   Issue Type: New Feature
   Components: search
 Reporter: Sharad Agarwal
  Attachments: fedsearch.patch, fedsearch.patch, fedsearch.patch, 
  fedsearch.patch, fedsearch.patch, fedsearch.stu.patch, fedsearch.stu.patch
 
 
  Searching over multiple shards and aggregating results.
  Motivated by http://wiki.apache.org/solr/DistributedSearch

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




schema query

2007-11-05 Thread S DALAL
Hi,
   Is there a way to query for the schema or the field properties ?  To give
a overview, i want to plug Solr to a web crawler and the index the pages
crawled. So, while indexing the crawler needs to know about the fields to
create the document.

One way, i can think of is to scrape the
http://localhost:9696/solr/admin/get-file.jsp?file=schema.xml  page, is
there a existing better way ?

thanks and regards
dalal