Re: List of highlighted terms from search query

2007-05-23 Thread James liu
2007/5/23, solruser [EMAIL PROTECTED]: Hi James, I have already had tried out options for highlighting but unfortunately since solr highligted results does not include special characters special characters? maybe u should print some . in the results, thats the reason I am looking for a

Re: Interesting Practical Solr Question

2007-05-23 Thread Chris Hostetter
: I would like to be able to save the query itself, however, the users may : decide to pick only some of the documents, all of them and unselect : some, etc. The point of the system is to pick a set of document these are two seperate problems ... model the saved set the way the user models it:

RE: How to handle hl.fl form variable (any variable with a dot in its name) from javascript?

2007-05-23 Thread Chris Hostetter
: But I am now hitting the similar problem with XSLT. The : following XSLT code can't retrieve the value of hl.fl : parameter even though the similar code for other parameter : works. : : xsl:variable name=hlfl : select=response/responseHeader/[EMAIL PROTECTED]'params']/[EMAIL PROTECTED]'hl.fl']

Re: Query

2007-05-23 Thread Yonik Seeley
On 5/22/07, solruser [EMAIL PROTECTED] wrote: I thought of using multi-valued field but since I am using reply ids to store as string and I have dynamic field in schema. I am not sure will multi-valued field will work in this scenario case. Unless you need to ever query reply0 separately from

Re: List of highlighted terms from search query

2007-05-23 Thread Mike Klaas
On 22-May-07, at 10:52 PM, solruser wrote: Hi James, I have already had tried out options for highlighting but unfortunately since solr highligted results does not include special characters in the results, thats the reason I am looking for a way to get list of highlighted terms that

question regarding sorting

2007-05-23 Thread James O'Rourke
I am having strange behaviour experimenting with the example solr server. Via the tutorial - except I set up my own schema. Anyway, here's the issue - if I provide the explicit sort param in my request, the sort does not seem to execute, however if I have the encoded sort via using ; field

Re: question regarding sorting

2007-05-23 Thread Nick Jenkin
Hi James I think this feature is in 1.2, which is not released yet (in CVS/nightly) From http://wiki.apache.org/solr/StandardRequestHandler Note, in solr1.1 the query and sort parameter were combined as a single parameter separated with a ';' (q=name:solr; date desc). Since solr1.2, it is

RE: PriceJunkie.com using solr!

2007-05-23 Thread Mike Austin
Thanks Tim. Yes, the results are transformed with xslt in the .net page after getting the response xml back from the handler. So, SOLR is called via http from the very light .net page. Besides the transform, SOLR does all of the work with the help of some of my custom classes that utilizes a

RE: PriceJunkie.com using solr!

2007-05-23 Thread Mike Austin
Just one. -Original Message- From: James liu [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 10:30 PM To: solr-user@lucene.apache.org Subject: Re: PriceJunkie.com using solr! how many solr instance? 2007/5/17, Yonik Seeley [EMAIL PROTECTED]: Congrats, very nice job! It's

Re: PriceJunkie.com using solr!

2007-05-23 Thread James liu
ahait is wonderful. 2007/5/24, Mike Austin [EMAIL PROTECTED]: Just one. -Original Message- From: James liu [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 10:30 PM To: solr-user@lucene.apache.org Subject: Re: PriceJunkie.com using solr! how many solr instance?

index problem with write lock

2007-05-23 Thread James liu
i find one interesting thing. when i index data with 45 solr boxs.(data have 1700w, freebsd6, java: diablo-1.5.0_07-b01, tomcat6), write lock will happen in the procedure. Reindex with solr box which have problem with write block. it show me well. it happen serveral times, so i wanna know why