Re: listing dynamic field in search results

2007-04-11 Thread Chris Hostetter
: But : http://localhost:8080/q=...&fl=StaticField1,StaticField2,s_DynamicField1 : will only return StaticField1 and StaticField2. that doesn't sound right. If i use the example configs/docs and hit this query... http://localhost:8983/solr/select?q=solr&&fl=name%2Cincubationdate_dt ...i get b

Re: listing dynamic field in search results

2007-04-11 Thread Yonik Seeley
On 4/11/07, Kevin Osborn <[EMAIL PROTECTED]> wrote: I have quite a few dynamic fields. However, I will usually only want to return just a couple of those fields. So, if my static fields are StaticField1 and StaticField2 and my dynamic fields are s_DynamicField1, sf_DynamicField2, etc., the fol

listing dynamic field in search results

2007-04-11 Thread Kevin Osborn
I have quite a few dynamic fields. However, I will usually only want to return just a couple of those fields. So, if my static fields are StaticField1 and StaticField2 and my dynamic fields are s_DynamicField1, sf_DynamicField2, etc., the following line will work as expected: http://localhost:

Re: Solr logo poll

2007-04-11 Thread karl wettin
B. It is juicy. I like juice. Also, I think it fits better with the other Lucene sub-project logos. 6 apr 2007 kl. 19.51 skrev Yonik Seeley: Quick poll... Solr 2.1 release planning is underway, and a new logo may be a part of that. What "form" of logo do you prefer, A or B? There may be

Re: Schema validator/debugger

2007-04-11 Thread Yonik Seeley
On 4/11/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > Off topic a bit, Has anyone set forth to build a new admin interface for > SOLR? I build a lot of admin interfaces for my day job and would love > to give the admin module a bit of a tune-up (I won't use the term overhaul). i think we defin

Re: Schema validator/debugger

2007-04-11 Thread Andrew Nagy
Ryan McKinley wrote: Off topic a bit, Has anyone set forth to build a new admin interface for SOLR? I build a lot of admin interfaces for my day job and would love to give the admin module a bit of a tune-up (I won't use the term overhaul). i think we definitely need an updated admin inter

Re: Schema validator/debugger

2007-04-11 Thread Ryan McKinley
Would it help if I posted my schema file? yes

Re: Schema validator/debugger

2007-04-11 Thread Andrew Nagy
Yonik Seeley wrote: On 4/11/07, Andrew Nagy <[EMAIL PROTECTED]> wrote: > If the example schema.xml works, can you try adding a little bit of > your schema at a time? Yeah, that is my last resort. I guess I have no choice! That certainly is strange... Sounds like you definitely hit some sort o

Re: Schema validator/debugger

2007-04-11 Thread Ryan McKinley
Off topic a bit, Has anyone set forth to build a new admin interface for SOLR? I build a lot of admin interfaces for my day job and would love to give the admin module a bit of a tune-up (I won't use the term overhaul). i think we definitely need an updated admin interface, yes! Ideally, we

Re: Schema validator/debugger

2007-04-11 Thread Andrew Nagy
Andrew Nagy wrote: Ryan McKinley wrote: If the example schema.xml works, can you try adding a little bit of your schema at a time? Yeah, that is my last resort. I guess I have no choice! So I did this, and I ended up removing all of my fields and copyfields with still no luck. I took a fresh

Re: Schema validator/debugger

2007-04-11 Thread Andrew Nagy
Greg Ludington wrote: I just installed SOLR-75 patch and the "schema browser" is able to view the schema perfectly. When I used the default schema with SOLR, everything is fine, but when I replace my schema ... it's throws this NullPointerException One thing to note is that the "schema br

solr -> xsl -> rss

2007-04-11 Thread Brian Whitman
Anyone out there done solr -> xslt -> rss? I'm about to embark on it but don't want to reinvent any wheels.

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread realw5
I have not run bash -x, however I have run rsyncd-enable with -V which shows all the debug output. Here, is a snip of that. Note the "solr\r", yet in my .conf file I have only "user=solr". If I run the script using this command "./solr/bin/rsyncd-enable -u solr -V" everything works fine. Also, if

No segments file after optimizing using Luke

2007-04-11 Thread Michael Levy
After using Luke v0.7 to Optimize Index, with either "Using Standard Format" or "Using Compound Format", and restarting Solr using jetty, I get a java.io.FileNotFoundException indicating that it can't find the segments file. There's no segments file in the index directory, but Luke optimizatio

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread realw5
I have not run bash -x, however I have run rsyncd-enable with -V which shows all the debug output. Here, is a snip of that. Note the "solr\r", yet in my .conf file I have only "user=solr". If I run the script using this command "./solr/bin/rsyncd-enable -u solr -V" everything works fine. Also, if

Re: No segments file after optimizing using Luke

2007-04-11 Thread Yonik Seeley
On 4/11/07, Michael Levy <[EMAIL PROTECTED]> wrote: After using Luke v0.7 to Optimize Index, with either "Using Standard Format" or "Using Compound Format", and restarting Solr using jetty, I get a java.io.FileNotFoundException indicating that it can't find the segments file. There's no segments

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread realw5
I have not run bash -x, however I have run rsyncd-enable with -V which shows all the debug output. Here, is a snip of that. Note the "solr\r", yet in my .conf file I have only "user=solr". If I run the script using this command "./solr/bin/rsyncd-enable -u solr -V" everything works fine. Also, if

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread Chris Hostetter
: all the debug output. Here, is a snip of that. Note the "solr\r", yet in my : .conf file I have only "user=solr". If I run the script using this command what does "cat -vet scripts.conf" tell you? -Hoss

Re: Solr logo poll

2007-04-11 Thread Giri
vote for A On 4/6/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: Quick poll... Solr 2.1 release planning is underway, and a new logo may be a part of that. What "form" of logo do you prefer, A or B? There may be further tweaks to these pictures, but I'd like to get a sense of what the user commu

Re: Schema validator/debugger

2007-04-11 Thread Greg Ludington
I just installed SOLR-75 patch and the "schema browser" is able to view the schema perfectly. When I used the default schema with SOLR, everything is fine, but when I replace my schema ... it's throws this NullPointerException One thing to note is that the "schema browser" as currently in

Re: Schema validator/debugger

2007-04-11 Thread Yonik Seeley
On 4/11/07, Andrew Nagy <[EMAIL PROTECTED]> wrote: > If the example schema.xml works, can you try adding a little bit of > your schema at a time? Yeah, that is my last resort. I guess I have no choice! That certainly is strange... Sounds like you definitely hit some sort of Solr bug, but I don

Re: Schema validator/debugger

2007-04-11 Thread Andrew Nagy
Ryan McKinley wrote: Are you using the example solrconfig.xml? The stack trace looks like an error finding the solr.home index directory, that is configured in solrconfig.xml, not schema.xml Yeah, I noticed that too ... but I don't understand why it can't find the home. I have the data home se

Re: Schema validator/debugger

2007-04-11 Thread Ryan McKinley
Are you using the example solrconfig.xml? The stack trace looks like an error finding the solr.home index directory, that is configured in solrconfig.xml, not schema.xml If the example schema.xml works, can you try adding a little bit of your schema at a time? On 4/11/07, Andrew Nagy <[EMAIL

Re: Schema validator/debugger

2007-04-11 Thread Andrew Nagy
Andrew Nagy wrote: Ryan McKinley wrote: What errors are you getting? Are there exceptions in the log when it starts up? Just a null pointer exception. I added a few fields to my schema, and then replaced my solr war file with the latest build (see my message from a week ago). It wouldn't w

Re: filter query: comparing values between fields

2007-04-11 Thread Yonik Seeley
On 4/11/07, George Abraham <[EMAIL PROTECTED]> wrote: I am using the DisMaxRequestHandler. Is there any way to use the fq param to compare two fields? Find all docs where fielda=fieldb is not currently supported (in Lucene or Solr), but it could be in the future if it solves a common enough pro

Re: Field Term vector

2007-04-11 Thread Ken Krugler
: What is Field Term Vector? how we can use this? I don't think anything in Solr uses Term Vector's out of hte box ... they are a low level Lucene concept that may be useful to you if you are writting a custo mRequestHandler and want access to them. They are also useful if you want to use MoreL

filter query: comparing values between fields

2007-04-11 Thread George Abraham
Hi all, I am using the DisMaxRequestHandler. Is there any way to use the fq param to compare two fields? For example, each of the documents in the index have two fields which are slightly related to each other within the context of the document; say these fields are: blah1 and blah2. When I do a s

Re: Solr Scripts.conf Parsing Error

2007-04-11 Thread Bill Au
What does your directory structure looks like? Have you tried running rsyncd-enable with "bash -x" to see how/what $user is set? Bill On 4/9/07, realw5 <[EMAIL PROTECTED]> wrote: Hello, I'm having troubles getting replication to work using the supplied solr scripts. I've been doing alot of d

Re: Solr web service available?

2007-04-11 Thread Erik Hatcher
On Apr 11, 2007, at 2:25 AM, alartin wrote: I wonder is there a solr web service available? or I have to use tools like Apache httpClient to send requests and get responses? Many thanks. There currently is no SOAP interface to Solr, if that is what you mean. However, many consider data ove