Re: SOLR newbie question: How to filter the results based on my Unique Key
Sent: Sunday, March 1, 2009 2:03:19 AM Subject: Re: SOLR newbie question: How to filter the results based on my Unique Key Hi Stephen, Thanks for the info. I took the latest patch (collapsing-patch-to-1.3.0-dieter.patch) and applied it on the source code. Then I took the newly created jar added
Re: SOLR newbie question: How to filter the results based on my Unique Key
something that I am missing here ? TIA. From: Stephen Weiss To: solr-user@lucene.apache.org Sent: Saturday, February 28, 2009 10:50:26 PM Subject: Re: SOLR newbie question: How to filter the results based on my Unique Key There's an experimental patch for this
Re: SOLR newbie question: How to filter the results based on my Unique Key
There's an experimental patch for this I've had pretty good success with: https://issues.apache.org/jira/browse/SOLR-236 If you don't particularly need faceting support to work 100% it's already pretty perfect. Officially I guess they want it to make it in for version 1.5?? But in the me
SOLR newbie question: How to filter the results based on my Unique Key
Hi List, Is it possible to filter out the duplicate results using a particular field in the document. e.g. 1 123 a...@b.com Now if I search for email = a...@b.com I get 2 search results but I want to send just one record cause my cust_id is same. Is it possible or do I need to handle i
Re: Solr Newbie question
On Wed, Dec 10, 2008 at 11:00 PM, Rakesh Sinha <[EMAIL PROTECTED]> wrote: > Hi - > I am a new user of Solr tool and came across the introductory > tutorial here - http://lucene.apache.org/solr/tutorial.html . > I am planning to use Solr in one of my projects . I see that the > tutorial mentions
Solr Newbie question
Hi - I am a new user of Solr tool and came across the introductory tutorial here - http://lucene.apache.org/solr/tutorial.html . I am planning to use Solr in one of my projects . I see that the tutorial mentions about a REST api / interface to add documents and to query the same. I would like
Re: Solr Newbie question: doubts about how to search special fields.
The Solr query parser extends the Lucene query parser and makes very few syntactic changes. http://lucene.apache.org/java/docs/queryparsersyntax.html On 10/15/06, Marcio Pinto Motta <[EMAIL PROTECTED]> wrote: creation_date:2006-08-10T00:00:00Z ':' is a special char to the lucene query parser.
Solr Newbie question: doubts about how to search special fields.
Hi, My "current" problem is to know how to make queries in special fields: .Date Fields .MultiValued Fields Date Fields I have in my schema some date fields like this And when I add content to this field I put in this mode: 2006-08-11T00:00:00Z But when I try to serc
Re: Solr Newbie question: doubts about how to handle html content
On 10/5/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 10/5/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: > On Oct 5, 2006, at 7:17 AM, Marcio Pinto Motta wrote: > >A Brasil Telecom ... > > > > the html code was "changed". > > It wasn't "changed" per se... but rather it was encoded. If
Re: Solr Newbie question: doubts about how to handle html content
On 10/5/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: On Oct 5, 2006, at 7:17 AM, Marcio Pinto Motta wrote: >A Brasil Telecom ... > > the html code was "changed". It wasn't "changed" per se... but rather it was encoded. If you use an XML API to read the response you would not see these
Re: Solr Newbie question: doubts about how to handle html content
I think is not the best approach you can have... And there is no need to index code since there are no results of any use... Personally i would index the pure text and keep in a database the code plus an id so my db would like let 's say id text text+code so i would send to lucene id + text
Re: Solr Newbie question: doubts about how to handle html content
On Oct 5, 2006, at 7:17 AM, Marcio Pinto Motta wrote: My "current" problem is to know the best approach to handle content which have html code. I have some docs that may or may not have html tag. My first attempt, I defined a field "text" in my schema.xml : A Brasil Telecom … ]]
Solr Newbie question: doubts about how to handle html content
Solr Newbie question: doubts about html content My "current" problem is to know the best approach to handle content which have html code. I have some docs that may or may not have html tag. My first attempt, I defined a field "text" in my schema.xml :
Re: Solr Newbie question: doubts about dynamic filed
: > I have some doubts about dynamic fields, when we add a doc with a new : > dynamic filed, this new dynamic filed is only "append" to doc's that will : > have it defined in the xml, or for every document in the index? : : Just for documents that the field appears in. the one thing to keep an e
Re: Solr Newbie question: doubts about dynamic filed
On 9/20/06, Marcio Pinto Motta <[EMAIL PROTECTED]> wrote: I have some doubts about dynamic fields, when we add a doc with a new dynamic filed, this new dynamic filed is only "append" to doc's that will have it defined in the xml, or for every document in the index? Just for documents that the
Solr Newbie question: doubts about dynamic filed
Hi, I have some doubts about dynamic fields, when we add a doc with a new dynamic filed, this new dynamic filed is only "append" to doc's that will have it defined in the xml, or for every document in the index? My documents may have more the one client classification and I think that I coul