escaping parenthesis in search query don't work...

2011-02-01 Thread Pierre-Yves LANDRON
Hello !I've seen that in order to search term with parenthesis=2C those have to be=escaped as in title:\(term\).But it doesn't seem to work - parenthesis are=n't taken in account.here is the field type I'm using to index these data :

RE: Browse indexed terms in a field

2009-07-08 Thread Pierre-Yves LANDRON
p://wiki.apache.org/solr/SimpleFacetParameters#head-579914ef3a14d775a5ac64d2c17a53f3364e3cf6 > > Bill > > On Tue, Jul 7, 2009 at 11:02 AM, Pierre-Yves LANDRON > wrote: > > > > > Hello, > > > > Here is what I would like to achieve : in an indexed document t

Browse indexed terms in a field

2009-07-07 Thread Pierre-Yves LANDRON
Hello, Here is what I would like to achieve : in an indexed document there's a fulltext indexed field ; I'd like to browse the terms in this field, ie. get all the terms that match the begining of a given word, for example. I can get all the field's facets for this document, but that's a lot o

Stopwords when facetting

2009-07-03 Thread Pierre-Yves LANDRON
Hello, When indexing or querying text, i'm using the solr.StopFilterFactory ; it seems to works just fine... But I want to use the text field as a facet, and get all the commonly used words in a set of results, without the stopwords. As far as I tried, I always get stopwords, and numerical te

RE: How to gather fields when faceting results ?

2009-05-19 Thread Pierre-Yves LANDRON
mail.com > To: solr-user@lucene.apache.org > > How about having a single "facetable" field with values parentId_parentTitle? > Get rid of the parentId and the underscore as a post process. > > Cheers > Avlesh > > On Mon, May 18, 2009 at 7:13 PM, Pierre-Yves LANDRON &g

How to gather fields when faceting results ?

2009-05-18 Thread Pierre-Yves LANDRON
Hello, Using faceting in my results, I would like to "link" two fields : For example, a parentID field should help me retrieve all the different parents ids from a query, but it can't be used for displaying the facets, as it doesn't mean anything for a user. A second field, parentTitle, in my

Status of an update request

2009-03-25 Thread Pierre-Yves LANDRON
Hello, When I send an update or a commit to solr via curl, the response I get is formated in HTML ; I can't find a way to have a machine readable response file. Here what is said on the subject in the solr config file : "The response format differs from solr1.1 formatting and returns a standard

Response schema for an update.

2009-03-23 Thread Pierre-Yves LANDRON
Hello everyone, Is there a way to configure a response schema for an update request ; All i've got after sending a commit to solr via curl is an HTML page that I can't parse to analyze the exact status of the response... Here what is said on the subject in the solr config file : "The response

RE: Retrieve last indexed documents...

2009-02-20 Thread Pierre-Yves LANDRON
timestamp desc, and use start=0&rows=1. > Using a raw timestamp that includes milliseconds is not recommended unless > you really need milliseconds. > > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message

Retrieve last indexed documents...

2009-02-20 Thread Pierre-Yves LANDRON
Hello everybody, I suppose this is a very common question, and I'm sorry if it has been answered before : How can I retrieve the last indexed documents (I use a timestamp field defined as ) ? Thanks, Pierre Landron _ Show them t

RE: Can I specify the default operator at query time ?

2008-06-23 Thread Pierre-Yves LANDRON
Thanks !!! it'll save me great time ! > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: Can I specify the default operator at query time ? > Date: Mon, 23 Jun 2008 05:54:13 -0400 > > > On Jun 23, 2008, at 5:42 AM, Pierre-Yves LANDRON wr

Can I specify the default operator at query time ?

2008-06-23 Thread Pierre-Yves LANDRON
Hello, Is there a way to transgress the default operator defined in solrConfig for a particular query, and for this query only (a query-specific option) ? Thanks, P-Y Landron _ Discover the new Windows Vista http://search.msn.com/r

RE: how to clean an index ?

2008-05-13 Thread Pierre-Yves LANDRON
documents like the query "*:*" > > greetings, > Tim > ____________ > Van: Pierre-Yves LANDRON [EMAIL PROTECTED] > Verzonden: dinsdag 13 mei 2008 11:53 > Aan: solr-user@lucene.apache.org > Onderwerp: how to clean an index ? > > Hello, >

how to clean an index ?

2008-05-13 Thread Pierre-Yves LANDRON
Hello, I want to clean an index (ie delete all documents), but cannot delete the index repertory. Is it possible with the rest interface ? Thanks, Pierre-Yves Landron _ Explore the seven wonders of the world http://search.msn.com

RE: Multiple Solr Webapps

2007-12-19 Thread Pierre-Yves LANDRON
or multiple web-apps. > This works fine -- i have not tried with tomcat. > > ryan > I've found the reason why it doesn't worked : "For Tomcat 5.5 and later, the war file must be stored outside of the webapps direc

RE: Multiple Solr Webapps

2007-12-18 Thread Pierre-Yves LANDRON
Hello, Thanks for your answer. Sorry for the redunding posts, I genuinely thought that my posts haven't been sent to the mailing list, because I haven't received them : but it seems attributable to my hotmail account. I'm really sorry for the convenience. Pierre-Yves Landron

Multiple solr webapps

2007-12-17 Thread Pierre-Yves LANDRON
pache.org/solr/SolrTomcat#head-024d7e11209030f1dbcac9974e55106abae837ac ). Do someone know if this a known problem, and if there a solution to it ? Thank you very much, Pierre-Yves Landron _ Express yourself instantly with MSN Messenger!

Multiple Solr Webapps

2007-12-17 Thread Pierre-Yves LANDRON
pache.org/solr/SolrTomcat#head-024d7e11209030f1dbcac9974e55106abae837ac ). Do someone know if this a known problem, and if there a solution to it ? Thank you very much, Pierre-Yves Landron _ Express yourself instantly with MSN Messenger!

RE: Multiple indexes

2007-11-12 Thread Pierre-Yves LANDRON
Hello, Until now, i've used two instance of solr, one for each of my collections ; it works fine, but i wonder if there is an advantage to use multiple indexes in one instance over several instances with one index each ? Note that the two indexes have different schema.xml. Thanks. PL > Date:

RE: Structured Lucene documents

2007-08-20 Thread Pierre-Yves LANDRON
.. It's a big letdown, in my case : it's a shame because, your solution nearly answer my problem. It seems the highlights fields must be specified, and that I can't use the * completion to do so. Am I true ? Is there a way to go throught this obligation ? Anyway, thanks you very

RE: Structured Lucene documents

2007-08-13 Thread Pierre-Yves LANDRON
to complex documents indexation. Is there a way that someday Solr will include such possibility, or is it basically impossible (due to the way Lucene works for example) ?Kind Regards,Pierre-Yves Landron> Date: Wed, 8 Aug 2007 23:12:07 +1000> From: [EMAIL PROTECTED]> To: solr-use

RE: Best use of wildcard searches

2007-08-09 Thread Pierre-Yves LANDRON
solution would be appreciated.Kind regards,Pierre-Yves Landron> From: [EMAIL PROTECTED]> Subject: Re: Best use of wildcard searches> Date: Wed, 8 Aug 2007 14:59:36 -0700> To: solr-user@lucene.apache.org> > OK.> > So a followup question..> > ?q=department_

Structured Lucene documents

2007-08-08 Thread Pierre-Yves LANDRON
with Solr ?Kind Regards,Pierre-Yves Landron _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

RE: searching multiple fields

2007-07-30 Thread Pierre-Yves LANDRON
Hello,I'm not sure if it's the smartest solution, but if your request go throught a programming layer, you could rewrite it using regular expression : query="apple" is rewrited in query="title:apple AND text:apple", for example. Don't know if it's clever performancewise, but it works fine, altho

Re: Snippets of indexed text

2007-04-02 Thread Pierre-Yves LANDRON
And this is the part for the highlighted text : Yes it works just fine ! and it's great. :) Thanks Thierry : you were right, i didn't look for the right tag in the response. ( My problem with facets parameters is still unresolved but i will work on that later) The more i'm usi

Re: Snippets of indexed text

2007-03-30 Thread Pierre-Yves LANDRON
hello, thanks for the info ; it's exactly what i need. i can't manage to make it works, though. it's strange because i have the same problem with facets : it seems that some options are not taken in account... for example, here is my request to solr: q=%28%28titre:moulin%29+OR+%28texte:moulin

Snippets of indexed text

2007-03-28 Thread Pierre-Yves LANDRON
Hello everybody ! I wondering if there a way to get some relevant snippets (searched terms contextualized) of indexed text with a solr response to a query, instead of just the entire indexed field ? ( more widely, what are the possibilities to let solr formate the answer (highlight terms, etc.

Re: how to interpret the Solr score ?

2007-03-01 Thread Pierre-Yves LANDRON
Solr score ? Date: Wed, 28 Feb 2007 12:31:34 -0500 On 2/28/07, Pierre-Yves LANDRON <[EMAIL PROTECTED]> wrote: A silly question, but I think the subject isn't cover on the Solr wiki : I'd like to use the score returned by Solr to give the user an estimation of the response adequacy to

how to interpret the Solr score ?

2007-02-28 Thread Pierre-Yves LANDRON
score : is it a precentage of the response relevancy ? is it absolute, or relative to others given response ? Is it the raw Lucene score (perhaps I'm wrong but it doesn't seems it is in my case) ? Is there a way to obtain a meaningful score ( ie: human readable ) ? Thanks for read

Re: index browsing with solr

2007-02-26 Thread Pierre-Yves LANDRON
I'm forced to throw a query in order to get back the indexed terms. But at least, it works. Thanks again to everybody for your contribution. Pierre-Yves Landron _ Don't just search. Find. Check out the new MSN Sea

Re: index browsing with solr

2007-02-25 Thread Pierre-Yves LANDRON
e or to the solr rest interface ?) Is this implemented yet, and if so, how can I use it ? Thanks. Pierre-Yves Landron _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Re: index browsing with solr

2007-02-24 Thread Pierre-Yves LANDRON
java method to the solr package - and I'm not a coding freak :(( ) anyway, at least i know now i can make it the easy way using faceted search, if necessary. thanks ! Pierre-Yves Landron _ Express yourself instantly with MSN Mess

Re: index browsing with solr

2007-02-24 Thread Pierre-Yves LANDRON
it will be easy to add. take a look at a simple SolrRequestHandler: http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/handler/IndexInfoRequestHandler.java this gets the IndexReader and writes out some stuff. thanks ! i will look at it. This handler is not accessible f

index browsing with solr

2007-02-23 Thread Pierre-Yves LANDRON
s it throught the terms method from the class IndexReader, I think : abstract TermEnum terms(Term t) : Returns an enumeration of all terms after a given term. Does an implementation of this method exists in solr ? If not, is it difficult to develop new instructions for solr ? where I must st