Re: Query filtering

2012-09-28 Thread Finotti Simone
ng_facet:1 OR interesting_facet:2 etc&q=context: Does that help? Amit On Thu, Sep 27, 2012 at 6:33 AM, Finotti Simone wrote: > Hello, > I'm doing this query to return top 10 facets within a given "context", > specified via the fq parameter. > > http://solr/c

Query filtering

2012-09-27 Thread Finotti Simone
Hello, I'm doing this query to return top 10 facets within a given "context", specified via the fq parameter. http://solr/core/select?fq=(...)&q=*:*&rows=0&facet.field=interesting_facet&facet.limit=10 Now, I should search for a term inside the context AND the previously identified top 10 facet

Split XML configuration

2012-09-20 Thread Finotti Simone
Hi, is it possible to split schema.xml and solrconfig.xml configurations? My configurations are getting quite large and I'd like to be able to partition them logically in multiple files. thank you in advance, S

Re: Skip first word

2012-07-27 Thread Finotti Simone
s "Dol" "Dolc" "Dolce" "Gab" "Gabb" "Gabba" etc. Both inputs "Gab" and "Dol" would then return "Dolce & Gabbana". 1. First field type: 2. Secong field type: 3. field declarations: Chantal Am

R: Skip first word

2012-07-27 Thread Finotti Simone
okenized as appropriate with minsize=3 and longer for > all longer inputs > > > Cheers, > Chantal > > > Am 26.07.2012 um 09:05 schrieb Finotti Simone: > > > Hi Ahmet, > > business asked me to apply EdgeNGram with minGramSize=1 on the first > term and with minGra

Re: Skip first word

2012-07-27 Thread Finotti Simone
r for all longer inputs Cheers, Chantal Am 26.07.2012 um 09:05 schrieb Finotti Simone: > Hi Ahmet, > business asked me to apply EdgeNGram with minGramSize=1 on the first term and > with minGramSize=3 on the latter terms. > > We are developing a search suggestion mechanism, the i

Re: Skip first word

2012-07-26 Thread Finotti Simone
Hi Ahmet, business asked me to apply EdgeNGram with minGramSize=1 on the first term and with minGramSize=3 on the latter terms. We are developing a search suggestion mechanism, the idea is that if the user types "D", the engine should suggest "Dolce & Gabbana", but if we type "G", it should sug

Skip first word

2012-07-25 Thread Finotti Simone
Hi is there a tokenizer and/or a combination of filter to remove the first term from a field? For example: The quick brown fox should be tokenized as: quick brown fox thank you in advance S

Spellchecker problem

2012-03-16 Thread Finotti Simone
Hello, I have this configuration where a single master builds the Solr index and it replicates to two slave Solr instances. Regular queries are sent only to those two slaves. Configurations are the same for everyone (except of replication section, of course). My problem: it's happened that, in

Sorting on non-stored field

2012-03-14 Thread Finotti Simone
I was wondering: is it possible to sort a Solr result-set on a non-stored value? Thank you

boosting

2012-01-11 Thread Finotti Simone
Hello ML, I wonder if it is possibile to define a boost for certains fields in schema.xml configuration. As far, I have found ways to define a boost while indexing and while querying, so I suspect the straight answer is no. Anyway, I'd like a confirm, if possible. Thank you in advance S

Re: Large RDBMS dataset

2011-12-15 Thread Finotti Simone
ch.com] Inviato: mercoledì 14 dicembre 2011 16.39 Fine: solr-user@lucene.apache.org Oggetto: Re: Large RDBMS dataset On Wed, Dec 14, 2011 at 3:48 PM, Finotti Simone wrote: > Hello, > I have a very large dataset (> 1 Mrecords) on the RDBMS which I want my Solr > application to pull data from

Large RDBMS dataset

2011-12-14 Thread Finotti Simone
Hello, I have a very large dataset (> 1 Mrecords) on the RDBMS which I want my Solr application to pull data from. Problem is that the document fields which I have to index aren't in the same table, but I have to join records with two other tables. Well, in fact they are views, but I don't thin

Re: Solr response writer

2011-12-07 Thread Finotti Simone
hat it needs to do from there. Erik On Dec 7, 2011, at 10:43 , Finotti Simone wrote: > No, actually it's a .NET web service that queries Endeca (call it Wrapper). > It returns to its clients a collection of unique product IDs, then the client > will ask other web services fo

Re: Solr response writer

2011-12-07 Thread Finotti Simone
nizio: Michael Kuhlmann [k...@solarier.de] Inviato: mercoledì 7 dicembre 2011 15.29 Fine: solr-user@lucene.apache.org Oggetto: Re: R: Solr response writer Am 07.12.2011 15:09, schrieb Finotti Simone: > I got your and Michael's point. Indeed, I'm not very skilled in web > devolpme

R: Solr response writer

2011-12-07 Thread Finotti Simone
, just get the URL from the standard Solr response. Erik On Dec 7, 2011, at 08:26 , Finotti Simone wrote: > That's the scenario: > I have an XML that maps words W to URLs; when a search request is issued by > my web client, a query will be issued to my Solr application. If, a

Re: Solr response writer

2011-12-07 Thread Finotti Simone
ng to redirect? Sounds like something best handled outside of Solr. If you went down the route of creating your own custom response writer, then you'd be locked into a single format (XML, or JSON, or which ever that you subclassed) On Dec 7, 2011, at 06:48 , Finotti Simone wrote: > Hello

Solr response writer

2011-12-07 Thread Finotti Simone
Hello, I need to change the HTTP result code of the query result if some conditions are met. Analyzing the flow of execution of Solr query process, it seems to me that the "place" that fits better is the QueryResponseWriter. Anyway I didn't found a way to change the HTTP request layout (I need

R: URL Redirect

2011-10-10 Thread Finotti Simone
Hi, for those who may be interested, I resolved it (with a little help from urlrewrite user group :-) ) by using type="proxy" rule. S ____ Inizio: Finotti Simone [tech...@yoox.com] Inviato: venerdì 7 ottobre 2011 11.38 Fine: solr-user@lucene.

R: URL Redirect

2011-10-07 Thread Finotti Simone
e: solr-user@lucene.apache.org Oggetto: Re: URL Redirect Tucky can also help you if you are u Sing java.. On Oct 6, 2011 1:24 PM, "Finotti Simone" wrote: > Hello, > > I have been assigned the task to migrate from Endeca to Solr. > > The former engine allowed me to s

URL Redirect

2011-10-06 Thread Finotti Simone
Hello, I have been assigned the task to migrate from Endeca to Solr. The former engine allowed me to set keyword triggers that, when matched exactly, caused the web client to redirect to a specified URL. Does that feature exist in Solr? If so, where can I get some info? Thank you