Which patch for which solr version

2013-11-27 Thread Ramo Karahasan
Hi, on https://issues.apache.org/jira/browse/SOLR-3583 there are some patches listed. I currently can't really figure out, for which solr version this patch is valid, since the issue listed there is still open and should be fixed for version 4.6. I'm wondering if this patch can be appli

DIH delta import handle sql

2012-11-20 Thread Ramo Karahasan
Hi, is delta-import using the same SQL statement as the full-import ? in the delta-import I sometimes get wrong categories to my product. If I run the full-import directly afterwards, the categories are set correct. Another thing is, that indexing with the same command returns sometimes 1.6

solr4 and dataimporthandler

2012-09-19 Thread Ramo Karahasan
Hi, i've set up and solr4 application and wanted to do an dataimport via DB. So I'm using the DIH for the solr4 beta. If I go to the datahandler in the admin/ panel, and click on import, I get the following messages in the log: SEVERE: Full Import failed:java.lang.RuntimeException: java.la

AW: Getting more proper results

2012-09-13 Thread Ramo Karahasan
/admin/analysis.jsp Michael Della Bitta Appinions | 18 East 41st St., Suite 1806 | New York, NY 10017 www.appinions.com Where Influence Isn’t a Game On Thu, Sep 13, 2012 at 5:39 PM, Ramo Karahasan wrote: > How can i check this? > Am 13.09.2012 21:48 schrieb "Otis Gospodnetic

Re: Getting more proper results

2012-09-13 Thread Ramo Karahasan
m/index.html > > > On Thu, Sep 13, 2012 at 11:22 AM, Ramo Karahasan > wrote: > > Hi, > > > > i can't figure it out why I'm getting the "wrong" resulst when searching > for > > "iphone 3" even if the 3 is not in the titel of the b

AW: Getting more proper results

2012-09-13 Thread Ramo Karahasan
Hi, i can't figure it out why I'm getting the "wrong" resulst when searching for "iphone 3" even if the 3 is not in the titel of the books that are suggested. Can I specifiy the search somehow? The AND or OR operator didn't show any differences in the resultset. Thanks, Ramo -Ursprünglic

AW: Getting more proper results

2012-09-11 Thread Ramo Karahasan
Hi, i've set it to AND, restarted tomcat, but in my search i get the same results. So it seems that this don't have an effect. Any ideas? Ramo -Ursprüngliche Nachricht- Von: Ahmet Arslan [mailto:iori...@yahoo.com] Gesendet: Mittwoch, 12. September 2012 00:34 An: solr-user@lucene.apache

Getting more proper results

2012-09-11 Thread Ramo Karahasan
Hi, i'm using solr 3.5 with the following configuration: I'm using it that way, because I want to have an autocompletion list. Now I'm wondering if I can influence some of the results I'm getting. I have a l

Index an xml filed that is saved in a database

2012-05-14 Thread Ramo Karahasan
Hi, I have an XML document saved in a column of a database table. Is it possible to index just one part of that xml string, e.g. . with the DIH handler or is it necessary to extract this information previously? Thanks, Ramo

AW: Email classification with solr

2012-05-01 Thread Ramo Karahasan
over what gets parsed and which schema fields are used or not used, in additional to your content analysis field values. -- Jack Krupansky -Original Message- From: Ramo Karahasan Sent: Tuesday, May 01, 2012 12:17 PM To: solr-user@lucene.apache.org Subject: Email classification with sol

Email classification with solr

2012-05-01 Thread Ramo Karahasan
Hello, just a short question: Is it possible to use solr/Lucene as a e-mail classifier? I mean, analyzing an e-mail to add it automatically to a category (four are available)? Thanks, Ramo

AW: Wrong categorization with DIH

2012-04-19 Thread Ramo Karahasan
g as follow Detailed Info refer this: http://wiki.apache.org/solr/DataImportHandler -Jeevanandam On Apr 19, 2012, at 9:37 PM, Ramo Karahasan wrote: > Hi, > > my config is just the following: > > >driver="com.mysql.jdbc.Driver" > ur

AW: Wrong categorization with DIH

2012-04-19 Thread Ramo Karahasan
endet: Donnerstag, 19. April 2012 17:44 An: solr-user@lucene.apache.org Betreff: Re: Wrong categorization with DIH Ramo - Please share DIH configuration with us. -Jeevanandam On Apr 19, 2012, at 7:46 PM, Ramo Karahasan wrote: > Does anyone has an idea what's going wrong here? >

AW: Wrong categorization with DIH

2012-04-19 Thread Ramo Karahasan
Does anyone has an idea what's going wrong here? Thanks, Ramo -Ursprüngliche Nachricht- Von: Gora Mohanty [mailto:g...@mimirtech.com] Gesendet: Dienstag, 17. April 2012 11:34 An: solr-user@lucene.apache.org Betreff: Re: Wrong categorization with DIH On 17 April 2012 14:47,

AW: Wrong categorization with DIH

2012-04-17 Thread Ramo Karahasan
han categorization is correct. Is there somewhere an caching issue? Thanks, Ramo -Ursprüngliche Nachricht- Von: Gora Mohanty [mailto:g...@mimirtech.com] Gesendet: Dienstag, 17. April 2012 11:34 An: solr-user@lucene.apache.org Betreff: Re: Wrong categorization with DIH On 17 Apri

Wrong categorization with DIH

2012-04-17 Thread Ramo Karahasan
Hi, i currently face the followin issue: Testing the following sql statement which is also used in SOLR (DIH) leads to a wrong categorization in solr: select p.title as title, p.id, p.category_id, p.pic_thumb, c.name as category, c.id as category_id from product p, category c WHERE p.category

AW: Performance (responsetime) on request

2012-03-12 Thread Ramo Karahasan
rting increasing as well. Do you / would you need to use filter queries? Those can speed up search as well through the usage of filterCache. Dmitry On Mon, Mar 12, 2012 at 5:12 PM, Ramo Karahasan < ramo.karaha...@googlemail.com> wrote: > Hi, > > this are the results form the solr

AW: Performance (responsetime) on request

2012-03-12 Thread Ramo Karahasan
than zero, try minimizing them by increasing the corresponding cache params in the solrconfig.xml. On Mon, Mar 12, 2012 at 10:12 AM, Ramo Karahasan < ramo.karaha...@googlemail.com> wrote: > Hi, > > > > i've got two virtual machines in the same subnet at the same

Performance (responsetime) on request

2012-03-12 Thread Ramo Karahasan
Hi, i've got two virtual machines in the same subnet at the same hostingprovider. On one machine my webapplication is running, on the second a solr instance. In solr I use the following If I search from my webapplication in

AW: DIH Delta index takes much time

2012-03-07 Thread Ramo Karahasan
Hi, thank you fort he help. I've tried: dataimport?command=full-import&clean=false&optimize=false and this takes only 19 minutes the first run with optimihzie=true takes about 3 hours... the tomcat logs doesn't show any errors and 19 minutes is to long too, isn't it? Thanks, Ramo -Ur

DIH Delta index takes much time

2012-03-07 Thread Ramo Karahasan
Hi, i've indexed my 2 Million documents with DIH on solr. It uses a simple select without joins where it fetches the distinct of title, and furthermore ids, descriptions, urls . the first time I've indexed this, it took about 1 hour. Every 1-2 days I get new entries which I want to index. I'm d

Securing solr

2012-03-04 Thread Ramo Karahasan
Hi, i'm somehow unable to "secure" my solr instance that runs on a dedicated server. I have a webapplication that needs this solr instance, but the webserver is running on another dedicated server. Is it possible to somehow secure the solr instance, e.g. with a web authentication mechanism or

Architectural question structuring solr, multiple instances or filters

2012-03-01 Thread Ramo Karahasan
Hi I face the issue that i have n business-user. Each business-user has it's own amount products. I want to provide an interface for each business-user where he can find only the products he offers. What would be a be a better solution: 1.)To have one big index and filter by customer-name

AW: AW: Problem using double quotes in search string

2012-03-01 Thread Ramo Karahasan
Hi, what about, if a search string starts with "$o$" ? this is not recognized by dismax too, right? Is there another filter I have to use? Thanks, Ramo -Ursprüngliche Nachricht- Von: Ahmet Arslan [mailto:iori...@yahoo.com] Gesendet: Donnerstag, 1. März 2012 12:44 An: solr-user@lucene.a

AW: Problem using double quotes in search string

2012-03-01 Thread Ramo Karahasan
Hi, does that effect my result list? Because if i use the dismax, and type into my search field the title "blue on blue" (without quotes), I get this product as a first result. If I use dismax without boosting and search for "blue on blue" (without quotes) I'm not getting this result in the first

Problem using double quotes in search string

2012-03-01 Thread Ramo Karahasan
Hi, I've got an issue when searching with a searchtstring like: 'title:"Blue" on "Blu' . the original searchstring is: 'title:"Blue" on "Blue"' and this works well. If I now delete the last double quote and the "e" than I get the error below. Is there any filter that can handle such searches w

AW: mixed indexing through dhi and other ways

2012-02-21 Thread Ramo Karahasan
h your DIH (if needed!). Kind regards, Em Am 21.02.2012 23:18, schrieb Ramo Karahasan: > Hi, > > > > currently i'm indexing via DHI and delta import. > > Is it possible to additionaly index data via cURL as XML or JSON into > the index which was created via DHI,

mixed indexing through dhi and other ways

2012-02-21 Thread Ramo Karahasan
Hi, currently i'm indexing via DHI and delta import. Is it possible to additionaly index data via cURL as XML or JSON into the index which was created via DHI, for example for "real-time"indexing data, like comments on a question? Thank you, Ramo

AW: is it possible to run deltaimport command with out delta query?

2012-02-15 Thread Ramo Karahasan
Hi, may you have a look at http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport hth, Ramo -Ursprüngliche Nachricht- Von: nagarjuna [mailto:nagarjuna.avul...@gmail.com] Gesendet: Donnerstag, 16. Februar 2012 07:27 An: solr-user@lucene.apache.org Betreff: is it possible to

Solr as an part of api to unburden databases

2012-02-15 Thread Ramo Karahasan
Hi, does anyone of the maillinglist users use solr as an API to avoid database queries? I know that this depends on the type of data. Imagine you have something like Quora "Q&A" System, which is most just "text". If I would embed some of these "Q&A" into my personal site, and would invoke the Q

Weighting categories

2012-02-06 Thread Ramo Karahasan
Hi, i've a table with products and their proper categories. Is it possible to weight categories, so that a user that searches for "apple ipad" don't get a magazine about apple ipad at the first result but the "hardware" apple ipad? I'm using DHI for indexing data, but don't know if there is any

AW: Advanced search in solr

2012-02-01 Thread Ramo Karahasan
Hi Igor, i didn't read through the article, but currently I'm not using faceted search. I just want to ask, for example for all products from the category "X" name "Samsung" I'll read this article this evening. Best regards, Ramo -Ursprüngliche Nachricht- Von: Igor MILOVANOVIC [mailt

AW: On-Demanp update if using DHI

2012-01-31 Thread Ramo Karahasan
imple as cron job script running as fast as every minute. Limits (50k documents) are imposed on your side, not on side of Solr... On Tue, Jan 31, 2012 at 9:06 PM, Ramo Karahasan wrote: > > We have an PHP Applicatoin where we import some new data into the > database, I would like to in

On-Demanp update if using DHI

2012-01-31 Thread Ramo Karahasan
Hi, i'm using DHI for indexing my data. Currently I always to a delta import manually as described here: http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport The data is fetched from a database. How is it possible to update the index if new data is inserted into the database