Re: enhancing auto complete

2010-08-02 Thread scrapy
Ok i'm still interested of the design -Original Message- From: Avlesh Singh To: solr-user@lucene.apache.org Sent: Mon, Aug 2, 2010 5:20 pm Subject: Re: enhancing auto complete Hahaha ... sorry its not. And there is no readymade code that I can give you either. But yes, if y

Re: enhancing auto complete

2010-08-02 Thread scrapy
Hi, I'm also interested of this feature... is it open source? -Original Message- From: Avlesh Singh To: solr-user@lucene.apache.org Sent: Mon, Aug 2, 2010 5:09 pm Subject: Re: enhancing auto complete >From whatever I could read in your broken table of sample use cases, I thi

DIH: Rows fetch OK, Total Documents Failed??

2010-07-31 Thread scrapy
Hi, I'm a bit lost with this, i'm trying to import a new XML via DIH, all row are fetched but no ducument are indexed? I don't find any log or error? Any ideas? Here is the STATUS: status idle 1 7554 0 2010-07-31 10:14:33 0 7554 0:0:4.720 My xml file looks like this: M

Re: 2 type of docs in same schema?

2010-07-26 Thread scrapy
Thanks for you answer! That's great. Now to index search quieries data is there something special to do? or it stay as usual? -Original Message- From: Geert-Jan Brits To: solr-user@lucene.apache.org Sent: Mon, Jul 26, 2010 4:57 pm Subject: Re: 2 type of docs in same schema?

2 type of docs in same schema?

2010-07-26 Thread scrapy
I need you expertise on this one... We would like to index every search query that is passed in our solr engine (same core) Our docs format are like this (already in our schema): title content price category etc... Now how to add "search queries" as a field in our schema? Know that the sea

Similar search regarding a result document

2010-07-26 Thread scrapy
Hi, I would like to implement a similar search feature... but not relative to the initial search query but relative to each resuts documents. The structure of each doc is: id title content price etc... Then we have a database of global search seach queries, i'm thinking to integrate this in

Re: Dismax query response field number

2010-07-22 Thread scrapy
I'm using Solr 1.4.1 -Original Message- From: Justin Lolofie To: solr-user@lucene.apache.org Sent: Thu, Jul 22, 2010 2:57 pm Subject: Re: Dismax query response field number scrapy what version of solr are you using? I'd like to do "fq=city:Paris" but it

Re: Dismax query response field number

2010-07-22 Thread scrapy
Thanks, That was the problem! select?q=moto&qt=dismax& fq =city:Paris -Original Message- From: Chantal Ackermann To: solr-user@lucene.apache.org Sent: Thu, Jul 22, 2010 12:47 pm Subject: Re: Dismax query response field number is this a typo in your query or in your

Re: Dismax query response field number

2010-07-22 Thread scrapy
Yes i've data... maybe my query is wrong? select?q=moto&qt=dismax&q=city:Paris Field city is not showing? -Original Message- From: Grijesh.singh To: solr-user@lucene.apache.org Sent: Thu, Jul 22, 2010 10:07 am Subject: Re: Dismax query response field number Do u have data

Re: Dismax query response field number

2010-07-22 Thread scrapy
No, i'm talking about fields. In my schema i've got about 15 fields with: stored="true" Like this: But when i run a query it return me only 10 fields, the last 4 or 5 are not the the response?? -Original Message- From: Lance Norskog To: solr-user@lucene.apache.org Sent:

Dismax query response field number

2010-07-21 Thread scrapy
Hi, It seems that not all field are returned from query response when i use DISMAX? Only first 10?? Any idea? Here is my solrconfig: dismax explicit * 0.01 text^0.5 content^1.1 title^1.5 text^0.2 content^1.1 title^1.5

Multiple cores or not?

2010-07-14 Thread scrapy
Hi, We are planning to host on same server different website that will use solr. What will be the best? One core with a field i schema: site1, site2 etc... and then add this in every query Or one core per site? Thanks for your help

XML DataImportHandler copy + rezise pictures in localhost?

2010-06-25 Thread scrapy
Hi, I'm adding documents to Solr via XML files and DataImportHandler. In the XML file i've got some product picture links: http://www.example.com/pic.jpg I would like to keep a local thumb of these picture in local server in order to avoid long external loading time. Example:

Re: Import XML files different format?

2010-06-23 Thread scrapy
Thanks Eric for your answer. I'll try to use DIH via data-config.xml as i might index other content with different XML structure in the futur... Will i need to have different data-config for each XML strucure content file? And then manualy cange between them? -Original Mess

Import XML files different format?

2010-06-23 Thread scrapy
Hi, I'm new to solr. It looks great. I would like to add a XML document in the following format in solr: etc... Is there a way to do this? If yes how? Or i need to convert it with some scripts to this: Patrick Eagar Sports etc.