Re: Stylesheet

2008-06-20 Thread Chris Hostetter
For server side XSLT processing, you need to use the XSLTResponseWriter and you specify the stylesheet using the "tr" paramater. for client side XSLT response writting there is a "stylesheet" param that causes the XmlResponseWriter to include a stylesheet declaration in the

Stylesheet

2008-06-16 Thread Pallaka, Kesava
Hi! How can I apply stylesheet to the search result? I mean, where can I define, what stylesheet to use? Thanks, Kesava

Stylesheet

2008-06-16 Thread Mihails Agafonovs
Hi! How can I apply stylesheet to the search result? I mean, where can I define, what stylesheet to use? Ar cieņu, Mihails

Re: SOLR stylesheet

2006-07-17 Thread Chris Hostetter
: I believe I had posted the same message several months ago and was told the : stylesheet functionality was for internal use in a previous release and is : not "functional" now. not quite ... the "tabular.xsl" file that is commited in SVN is for an old XML format that Sol

Re: SOLR stylesheet

2006-07-17 Thread Tim Archambault
Andre, I believe I had posted the same message several months ago and was told the stylesheet functionality was for internal use in a previous release and is not "functional" now. On 7/17/06, Andre Basse <[EMAIL PROTECTED]> wrote: Hi SOLR users, I know this issue has been

SOLR stylesheet

2006-07-17 Thread Andre Basse
Hi SOLR users, I know this issue has been discussed before but I'm not sure if there was a final answer. I would like to apply a stylesheet as mentioned in the tutorial. http://localhost:8983/solr/select/?stylesheet= Any ideas where to place the stylesheet, any examples avai

Re: stylesheet issue

2006-06-02 Thread Chris Hostetter
: There is no stylesheet :-) : : It's a hold-over from an old XML format that Solr used to support : before it was open-sourced. That old XML format was for compatibility : with another internal product. It turned out that it wasn't flexible : enough to add extra info like multiple r

Re: stylesheet issue

2006-06-02 Thread Tim Archambault
Thanks again for all your help. You've been great. Someday I may want to convert our xml archives into the search, but not yet. Sounds like Solr will be more scalable in the future and that may be feasible. Have a great weekend. On 6/2/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/2/06, Tim

Re: stylesheet issue

2006-06-02 Thread Yonik Seeley
On 6/2/06, Tim Archambault <[EMAIL PROTECTED]> wrote: So my educated guess would be that I would create additional "schema" xml Solr doesn't support multiple schemas. The current way to do this is to run multiple instances of Solr. Another way is to run multiple Solr webapps in the same servl

Re: stylesheet issue

2006-06-02 Thread Tim Archambault
By "global" do you mean Solr as the search solution for all those collections, or do you mean having all those different types of documents (jobs, autos, classifieds) in a single Solr index? Yes I did. I envisioned separating them by custom fields named "vertical" and then within vertical "categor

Re: stylesheet issue

2006-06-02 Thread Yonik Seeley
On 6/2/06, Tim Archambault <[EMAIL PROTECTED]> wrote: That'll be fine. As you can probably tell, I'm not a programmer. I am just a dangerous end-user with expertise in marketing & online operations trying to save a buck. I am going to try to learn XSL or if that doesn't work, I'll bastardize the

Re: stylesheet issue

2006-06-02 Thread Tim Archambault
D]> wrote: On 6/2/06, Tim Archambault <[EMAIL PROTECTED]> wrote: > I've got solr installed and running, with only one failure left to date. > Whenver I try to select a stylesheet for my search, I get an error message > such as this: Hi Tim, There is no stylesheet :-) It&#

Re: stylesheet issue

2006-06-02 Thread Yonik Seeley
On 6/2/06, Tim Archambault <[EMAIL PROTECTED]> wrote: I've got solr installed and running, with only one failure left to date. Whenver I try to select a stylesheet for my search, I get an error message such as this: Hi Tim, There is no stylesheet :-) It's a hold-over from a

stylesheet issue

2006-06-01 Thread Tim Archambault
I've got solr installed and running, with only one failure left to date. Whenver I try to select a stylesheet for my search, I get an error message such as this: Error loading stylesheet: A network error occured loading an XSLT stylesheet:http://localhost:8983/admin/tabular.xsl Something