Re: error when post xml data to solr

2008-10-20 Thread cricdigs
I get the same error sometimes. I believe it happens when my xml exceeds 4 KB. Is there an upper limit somewhere. I am using Solr1.3 and using SolrJ to do the post. Any ideas as to how I can increase the limit? Thanks! 李学健 wrote: > > hi, all > > when i post an xml file to solr, some errors

Re: Stop words and exact phrase

2008-05-14 Thread cricdigs
ike "Saw" and "Ran", which should not show > "see" or "run" as the top match. > > wunder > > On 5/14/08 8:09 AM, "cricdigs" <[EMAIL PROTECTED]> wrote: > >> >> Hi all, >> >> Is there a config setting t

Stop words and exact phrase

2008-05-14 Thread cricdigs
Hi all, Is there a config setting that I could use to not remove stop words when doing an exact phrase match. For example when searching for "the world" (in quotes) I would like to look for just that and not get results for just "world". When I look at the analysis, I see that word "the" is remov

Re: SOLR 1.2 - Duplicate Documents??

2007-12-28 Thread cricdigs
I am having the same issue. . Here is my schema.xml entries: id I am using EmbeddedSolr instructions from the current wiki page and setting the following for my AddUpdateCommand: AddUpdateCommand addcmd = new AddUpdateCommand(); addcmd.allowDups = false; addcmd.overwritePen

Unique field and EmbeddedSolr issue..

2007-12-28 Thread cricdigs
Hi, I have 2 questions: 1. I am using EmbeddedSolr and using example from here: http://wiki.apache.org/solr/EmbeddedSolr I just noticed that there is a note there saying that the page is out of date, is that true and if yes is there an example that uses Solrj? 2. I am using EmbeddedSolr and I

Re: Getting only size of getFacetCounts , to simulate count(group by( a field) ) using facets

2007-11-01 Thread cricdigs
Hi, Not sure what the resolution on this has been. But, I also have this need and I am using 1.2 release of solr. If there is a workaround so I can get this functionality, please advise. It will be very helpful. Thanks. Laurent Hoss wrote: > > Hi > > We want to (mis)use facet search to get t

Re: Alphabetical Facets

2007-11-01 Thread cricdigs
Will there be a way to do reverse alphabetical ordering in addition to alphabetical? a->z and z->a ? Thanks in advance. ryantxu wrote: > > Chris Hostetter wrote: >> : Has anyone given any thought to alphabetical faceting? >> >> if by alphabetical you mean the natural unicode ordering of ter

RE: Faceting question

2007-09-21 Thread cricdigs
Thanks Peter. That will be my work-around, but I was hoping to find a more elegant solution ;) I am not that knowledgeable about the solr architecture but if there is a way it can be done in a more elegant way I might be willing to put the extra time to code it.. Binkley, Peter wrote: > > Face

Faceting Vs using lucene filters ?

2007-09-17 Thread cricdigs
Hi, I have a collection of blogs. Each Solr document has one blog with 3 fields - blogger(id), title and blog text. The search is performed over all 3 fields. When doing the search I need to show 2 things: 1. Bloggers block with all the matching bloggers (so if a title, blog or blogger contains