(Date) Range faceting issue when start = end

2014-03-28 Thread Thibaut Rizzi
Hello all, I'm not sure if I am missing something of if this is a bug but I am facing an issue with the following scenario. I am doing a range faceting on a date field with the following parameters : facet.range.start = facet.range.end = a date facet.range.gap = +1YEAR facet.range.hardend = tr

Re: Updating a document multi-value field (no dup values) without needed it to be already committed

2011-10-28 Thread Thibaut Colar
n 10/28/11 10:04 AM, Thibaut Colar wrote: Sorry for the lengthy text, it's a bit difficult to explain: We are using Solr to index some user info like username, email (among other things). I'm also trying to use facets for search, so for example, I added a multi-value field to user c

Updating a document multi-value field (no dup values) without needed it to be already committed

2011-10-28 Thread Thibaut Colar
Sorry for the lengthy text, it's a bit difficult to explain: We are using Solr to index some user info like username, email (among other things). I'm also trying to use facets for search, so for example, I added a multi-value field to user called "organizations" where I would store the name

Re: configure httpclient to access solr with user credential on third party host

2011-01-28 Thread Thibaut
hi I just wrote a plugin for Lutece portal to restrict access to read/write of solr to Lutece admin and read access for the rest: http://goo.gl/f3pGA t.

Re: filter update by IP

2011-01-28 Thread Thibaut
On 01/24/2011 02:02 AM, Jonathan Rochkind wrote: Kind of personally curious_why_ it keeps coming up on the list so much. Is everyone trying to go into business vending Solr in the cloud to customers who will write their own apps, or are there some other less obvious (to me) use cases? In my

Re: [ANN] Solr 1.4.1 Released

2010-07-13 Thread Thibaut
So what the right xml code to call solr 1.4.1 through maven ? Regards, Thibaut On 06/27/2010 02:18 AM, Jason Chaffee wrote: Was this change intentional or a mistake? If it was a mistake, can someone please fix it in maven's central repository?

Re: solr and patch - SOLR-64 SOLR-792

2010-01-08 Thread Thibaut Lassalle
m > current a bit, or wait until I or someone else can get to updating them. > >Erik > > > On Jan 6, 2010, at 11:52 AM, Thibaut Lassalle wrote: > > hi, >> >> I tried to apply patches to solr-1.4 >> >> Here is the result >> >>

solr and patch - SOLR-64 SOLR-792

2010-01-06 Thread Thibaut Lassalle
hi, I tried to apply patches to solr-1.4 Here is the result javad...@javadev5:~/Java/apache-solr-1.4.0$ patch -p0 < SOLR-64.patch patching file src/java/org/apache/solr/schema/HierarchicalFacetField.java patching file src/common/org/apache/solr/common/params/FacetParams.java Hunk #1 FAILED at 10

Re: solr nutch url indexing

2009-08-25 Thread Thibaut Lassalle
Thanks for your help. I use the default Nutch configuration and I use solrindex to give the Nutch result to Solr. I have results when I query therefore Nutch works properly (it gives a url, title, content ...) I would like to query on Solr to emphase the "title" field and not the "content" field.

solr nutch url indexing

2009-08-24 Thread Lassalle, Thibaut
Hi, I would like to crawl intranets with nutch and index them with solr. I would like to search mostly on the title of the pages (the one in This is a title) I tried to tweak the schema.xml to do that but nothing is working. I just have the content indexed. How do I index on title ?