Leveraging filter chache in queries

2006-05-12 Thread Fabio Confalonieri
Hello, I've just fond Lucene and Solr and I'm thinking of using them in our current project, essentially an ads portal (something very similar to www.oodle.com). I see our needs have already surfaced in the mailing list, it's the refine search problem You have sometime called faceted browsing an

Finding documents with undefined field

2006-06-06 Thread Fabio Confalonieri
here is an alternative to setting a default value "undefined" for title_s on all documents. Thank You Fabio Confalonieri -- View this message in context: http://www.nabble.com/Finding-documents-with-undefined-field-t1742872.html#a4736565 Sent from the Solr - User forum at Nabble.com.

Re: Finding documents with undefined field

2006-06-07 Thread Fabio Confalonieri
Thank You Hoss (You all are always very responsive...), actually I've developed my own FacetRequestHandler extending the query format and adding a showfacet parameter (it's a little custom on our needs, but I'd like to publish it when we have finished). What I do is the merge of some ideas from t

Re: Finding documents with undefined field

2006-06-08 Thread Fabio Confalonieri
Chris Hostetter wrote: > > > There are a couple of things you can do here... > > 1) Use the same approach i described before if you have a uniqueKey, > search for all things with a key and then exclude things that have a value > in your field. Since you are writing a request handler, you coul

International Charsets in embedded XML

2006-06-13 Thread Fabio Confalonieri
Here I am again with a subtle problem: I need to store XML in a document field. I declare it as string and surround it in CData when I post the add xml. -- View this message in context: http://www.nabble.com/International-Charsets-in-embedded-XML-t1779810.html#a4845328 Sent from the Solr - User

International Charsets in embedded XML

2006-06-13 Thread Fabio Confalonieri
(sorry the last one got wrongly posted) Here I am again with charset encoding problems: I need to store XML in a document field. I declare it as string and surround it in CData when I post the add xml. Now the problem is I have some Iternational char in the XML: say ì or à and also € (i don't k

Re: International Charsets in embedded XML

2006-06-13 Thread Fabio Confalonieri
Klaas-2 wrote: > > Are you sending Content-Type headers with appropriate charset > indicated? Is your xml fully-escpaed in your update message? > ...no, actually I simply make a URLConnection conn = url.openConnection(); conn.setRequestProperty

Re: International Charsets in embedded XML

2006-06-15 Thread Fabio Confalonieri
Ok, thanks to Your posts, I've read some basic on encoding and made some changes to my code: now it's all much more clear... but I still have some problems. This is what I do (don't know if this can help someone having same problems I had): - I get data from a DB telling JDBC connector to use UT

Re: International Charsets in embedded XML

2006-06-16 Thread Fabio Confalonieri
Ok, I fould de clue: the problem is Jetty, using Tomcat everything works fine. I can search diacritics (I found Jetty required an extra UTF8 encoding on query values in the url) AND no more problems in responses with field containing XML with diacritics and Euro sign (and everything else I suppos

Re: who uses Solr?

2006-06-19 Thread Fabio Confalonieri
ate the wiki. Happy presentation ! Fabio -- Ing. Fabio Confalonieri Zero Computing S.r.l. (www.zero.it) -- View this message in context: http://www.nabble.com/who-uses-Solr--t1799697.html#a4937164 Sent from the Solr - User forum at Nabble.com.

Editing wiki-page "Powerd by Solr"

2007-03-23 Thread Fabio Confalonieri
this error: Sorry, can not save page because "annunci.repubblica.it" is not allowed in this wiki. I understand "annunci.repubblica.it" is somehow blacklisted, but I cannot argue why. Sorry for posting here, I could not find a reference on wiki posting/editing. Thank You

Re: Editing wiki-page "Powerd by Solr"

2007-03-26 Thread Fabio Confalonieri
t is ok: curious... Anyway thank You Hoss! Fabio Confalonieri -- View this message in context: http://www.nabble.com/Editing-wiki-page-%22Powerd-by-Solr%22-tf3454859.html#a9674732 Sent from the Solr - User mailing list archive at Nabble.com.