Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-29 Thread Shalin Shekhar Mangar
Well that is not very well defined. I suppose if you can mathematically defined an ordering, you can implement it by writing some plugin code. On Mon, Sep 29, 2008 at 9:57 AM, tushar kapoor [EMAIL PROTECTED] wrote: What I need is a specific sorting order in which the documents are retrieved.

Re: Dismax , query phrases

2008-09-29 Thread Norberto Meijome
On Fri, 26 Sep 2008 10:42:42 -0700 (PDT) Chris Hostetter [EMAIL PROTECTED] wrote: : tokenizer : class=solr.KeywordTokenizerFactory / !-- The LowerCase TokenFilter does : Now, when I search with ?q=the doors , all the terms in my q= aren't used : together to build

Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-29 Thread tushar kapoor
In case I dont want to write a plugin code for that, what is the option that I am left with ? As I see it, one of the solution is to add a new a ranking field and query on the basis of ascending/descending values of the ranking filed. To change the sort order change the value of the ranking

Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-29 Thread Shalin Shekhar Mangar
Have you seen boosting query (bq parameter) in DisMax? Does that not satisfy your constraints? On Mon, Sep 29, 2008 at 12:22 PM, tushar kapoor [EMAIL PROTECTED] wrote: In case I dont want to write a plugin code for that, what is the option that I am left with ? As I see it, one of the

Re: Merging Highlight and result section

2008-09-29 Thread Shalin Shekhar Mangar
The results and highlighting section can be correlated using the unique key value. Not sure what benefit you'll get by changing the response format. On Mon, Sep 29, 2008 at 9:20 AM, Vaijanath N. Rao [EMAIL PROTECTED]wrote: Hi Solr-Users, Is there any way of merging Result section with the

*Very* slow Commit after upgrading to solr 1.3

2008-09-29 Thread Ben Shlomo, Yatir
Hi! I am running on widows 64 bit ... I have upgraded to solr 1.3 in order to use the distributed search. I haven't changed the solrConfig and the schema xml files during the upgrade. I am indexing ~ 350K documents (each one is about 0.5 KB in size) The indexing takes a reasonable amount of

Applying Stop words for Field Type String

2008-09-29 Thread payalsharma
We have the facility of applying stop words for Field Type text during Query analyzer in schema.xml as shown below : fieldtype name=text class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/

Running Solr1.3 with multicore support

2008-09-29 Thread s4saurabh
Hi friends, I have been using solr1.2 for a long time now. Recently I wanted to test solr1.3 with multicore support. I have configured the solr.xml file to reflect two cores. I tried to change the schema for core0 and changed one of the fields and restarted tomcat. But when I went back to the

Re: DataImportHandler: way to merge multiple db-rows to 1 doc using transformer?

2008-09-29 Thread Britske
Well, merging from different tables (using pk's, etc. ) is pretty clear from the Wiki (nice work) However the difficult part: currently I have a table called availabilities, and product (all simplified) --- | availabilities - |productidk |factid k

Sample App needed

2008-09-29 Thread Dinesh Gupta
Hi all, Have some sample application instead of Solr sample. Please give me a sample application where I can made indexes from the DB. I am not able to work with sample app. It is too hard for new user to understand. Please help me otherwise i have to quit from the Solr. Please tell me

Re: Sample App needed

2008-09-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
which is the sample that is not working? On Mon, Sep 29, 2008 at 6:02 PM, Dinesh Gupta [EMAIL PROTECTED] wrote: Hi all, Have some sample application instead of Solr sample. Please give me a sample application where I can made indexes from the DB. I am not able to work with sample app.

Re: using DataImportHandler instead of POST?

2008-09-29 Thread Geoffrey Young
Chris Hostetter wrote: : I have a well-formed xml file, suitable for POSTting to solr. that : works just fine. it's very large, though, and using curl in production : is so very lame. is there a very simple config that will let solr just : slurp up the file via the DataImportHandler?

Can't find resource 'solrconfig.xml' in classpath or 'solr/conf/'

2008-09-29 Thread sunnyfr
Hello, I've very bad exception, I don't know really how to fix it up .. It shouldn't look for solrconfig.xml but multicore.xml? Can somebdoy help me, I spent my day on it ...?? :( I've no idea anymore... Thanks a lot, org.apache.jasper.JasperException: Unable to compile class for JSP

Monitoring solr stats with munin?

2008-09-29 Thread Markus Fischer
Hi, has anyone had the need and maybe already written a munin plugin to graph some informations from e.g. admin/stats.jsp ? thanks, - Markus

Re: Monitoring solr stats with munin?

2008-09-29 Thread Mark Miller
Markus Fischer wrote: Hi, has anyone had the need and maybe already written a munin plugin to graph some informations from e.g. admin/stats.jsp ? thanks, - Markus Something like that, though I havn't seen anything available publicly yet. Its certainly easy enough now that 1.3 includes some

SESSIONS.ser (Permission denied)

2008-09-29 Thread sunnyfr
Hello everybody, Does somebody have an idea where could come from this error ? Thanks a lot ... Sep 29 15:36:37 solr-test jsvc.exec[398]: Sep 29, 2008 3:36:37 PM org.apache.catalina.session.StandardManager doUnload SEVERE: IOException while saving persisted sessions:

snappuller not getting snapshoot?

2008-09-29 Thread Jarek Zgoda
in snappuller-status and snapshot.current - the snapshoot they treat as current is something called snapshot.status.e2, not snapshot.20080929 Can someone give any hint as to what's going on? -- We read Knuth so you don't have to. - Tim Peters Jarek Zgoda, RD, Redefine [EMAIL PROTECTED]

Multicore and custom jars loading

2008-09-29 Thread Jérôme Etévé
Hello all. I'm using a multicore installation and I've got a small issue with the loading of our customized jars. Let's say I've got a class my.company.MyAnalyzer which is distributed in a jar called company-solr.jar If I put this jar in the lib directory, at the solr home like this:

Re: SESSIONS.ser (Permission denied)

2008-09-29 Thread Mark Miller
Looks to me like tomcat wants to serialize the current session information to disk, but the tomcat process does not have permission to write to that directory. If I remember correctly, it tries to write the session file to the working directory (so where you launched tomcat from usually).

Re: snappuller not getting snapshoot?

2008-09-29 Thread Jarek Zgoda
and snapshot.current - the snapshoot they treat as current is something called snapshot.status.e2, not snapshot.20080929 Can someone give any hint as to what's going on? -- We read Knuth so you don't have to. - Tim Peters Jarek Zgoda, RD, Redefine [EMAIL PROTECTED] -- We read Knuth so you don't have

Re: Syncing up multiple Solrs

2008-09-29 Thread Otis Gospodnetic
Hi, Have a look at Collection Replication page on the Wiki - Solr comes with shell scripts you can use for index replication. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Vaijanath N. Rao [EMAIL PROTECTED] To: solr-user@lucene.apache.org

Re: snappuller not getting snapshoot?

2008-09-29 Thread Bill Au
snapshoot found, although I see new snapshoot directory on master. What's puzzling for me are the entries in snappuller-status and snapshot.current - the snapshoot they treat as current is something called snapshot.status.e2, not snapshot.20080929 Can someone give any hint as to what's going

Re: Multicore and custom jars loading

2008-09-29 Thread Jérôme Etévé
My mistake, Using the sharedLib=lib/ attribute in the solr tag of solr.xml solved the problem. J. On Mon, Sep 29, 2008 at 2:43 PM, Jérôme Etévé [EMAIL PROTECTED] wrote: Hello all. I'm using a multicore installation and I've got a small issue with the loading of our customized jars.

Re: Create Indexes

2008-09-29 Thread Norberto Meijome
On Fri, 26 Sep 2008 18:58:14 +0530 Dinesh Gupta [EMAIL PROTECTED] wrote: Please tell me where to upload the files. anywhere you have access to... your own website, somewhere anyone on the list can access the files you want to share to address your problems :) b _

Re: Updating the index with a csv file

2008-09-29 Thread vmaidel
Thank you, guys, but for some reason now I get different errors than before when trying to run the example line: curl: (1) Protocol 'http not supported or disabled in libcurl curl: (6) Could not resolve host: text; Host not found curl: (6) Could not resolve host: charset=utf-8'; Host not found

Result clustering

2008-09-29 Thread Roar Skullestad
I'm not sure whether clustering is the right term, but what I want to do is something similar to what google does when they group results from the same domains together (the second one indented). So, say result #20 in the result list has same value for the clustering field as result #3. I would

Re: Result clustering

2008-09-29 Thread Otis Gospodnetic
Roar, the closest thing to that is referred to as Field Collapsing - have a look at SOLR-236 in Solr's JIRA issue tracking system. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Roar Skullestad [EMAIL PROTECTED] To:

Number of webapps

2008-09-29 Thread Sujatha Arun
Hi, On a single server ,is there a limit on the number of webapps that can be deployed for optimum performance ,with tomcat as servlet container ? Regards suja

RE: Updating the index with a csv file

2008-09-29 Thread Steven A Rowe
If you're using a Windows command window, there may be trouble with single quotes. Try instead using double quotes: curl http://localhost:8983/solr/update/csv; --data-binary @blog.csv -H Content-type:text/plain; charset=utf-8 On 09/29/2008 at 12:22 PM, vmaidel wrote: Thank you, guys, but

Re: Number of webapps

2008-09-29 Thread Otis Gospodnetic
It depends on the nature of webapps, their usage, and type of hardware. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Sujatha Arun [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Monday, September 29, 2008 3:05:54 PM Subject:

Changing dataDir without restatrting server

2008-09-29 Thread mahendra mahendra
Is there any way to change the index location with out restarting the server?   Requirement We want to share the index location by multiple search nodes. As part of my project maintanance we want to shift the current index location to other location and delete the current index location for

Re: Question about facet.prefix usage

2008-09-29 Thread Simon Hu
I also need the exact same feature. I was not able to find an easy solution and ended up modifying class SimpleFacets to make it accept an array of facet prefixes per field. If you are interested, I can email you the modified SimpleFacets.java. -Simon steve berry-2 wrote: Question: Is it

Re: Changing dataDir without restatrting server

2008-09-29 Thread Otis Gospodnetic
Hi, You could accomplish this by using symlinks or their equivalents if you are not running Solr under UNIX. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: mahendra mahendra [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: