Re: Configuring RequestHandler in solrconfig.xml OR in the Servlet code using SolrJ

2010-06-21 Thread Abdelhamid ABID
> 2- Write the configuration in the java servlet code that is using SolrJ > > It there any significant difference between these two options ? If yes, > what's the best choice? > > Thanks, > > -Saïd -- Abdelhamid ABID Software Engineer- J2EE / WEB

PDF extraction leads to reversed words

2010-03-08 Thread Abdelhamid ABID
Hi, Posting arabic pdf files to Solr using a web form (to solr/update/extract) get extracted texts and each words displayed in reverse direction(instead of right to left). When perform search against these texts with -always- reversed key-words I get results but reversed. This problem doesn't occur

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
> > On Mon, Mar 8, 2010 at 6:30 PM, Abdelhamid ABID > wrote: > > Hi, > > Posting arabic pdf files to Solr using a web form (to > solr/update/extract) > > get extracted texts and each words displayed in reverse direction(instead > of > > right to left). >

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
I'm using 1.4 version of Solr On 3/9/10, Robert Muir wrote: > > On Tue, Mar 9, 2010 at 9:44 AM, Abdelhamid ABID > wrote: > > I put ICU4J 4.2 in the lib of Solr, nothing changed, I'm trying now with > > ICU4J 3.8 > > > > > Hello, what version o

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
ect.org/download) in your > classpath. > > > On Mon, Mar 8, 2010 at 6:30 PM, Abdelhamid ABID > wrote: > > Hi, > > Posting arabic pdf files to Solr using a web form (to > solr/update/extract) > > get extracted texts and each words displayed in reverse direc

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
files will work. >> >> On Mon, Mar 8, 2010 at 11:53 PM, Lance Norskog wrote: >> >> >>> Is this a mistake in the Tika library collection in the Solr trunk? >>> >>> On Mon, Mar 8, 2010 at 5:15 PM, Robert Muir wrote: >>> >>> >>>>

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
>> >> On Mon, Mar 8, 2010 at 11:53 PM, Lance Norskog wrote: >> >> >>> Is this a mistake in the Tika library collection in the Solr trunk? >>> >>> On Mon, Mar 8, 2010 at 5:15 PM, Robert Muir wrote: >>> >>> >>>> I think th

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
> > On Mon, Mar 8, 2010 at 6:30 PM, Abdelhamid ABID > wrote: > > Hi, > > Posting arabic pdf files to Solr using a web form (to > solr/update/extract) > > get extracted texts and each words displayed in reverse direction(instead > of > > right to left). >

Re: PDF extraction leads to reversed words

2010-03-16 Thread Abdelhamid ABID
parts that Solr display in a strange manner, specially when arabic and latin are in the same paragraph, I 'll check again for this. On Tue, Mar 9, 2010 at 4:13 PM, Robert Muir wrote: > On Tue, Mar 9, 2010 at 10:10 AM, Abdelhamid ABID > wrote: > > nor 3.8 version does change a

Re: Question about query

2010-03-22 Thread Abdelhamid ABID
Well, here what I figure out ! (mm=1<50% , qf=topic , q="1" "0" ) ==> q=topic:0 or topic:1 On 3/22/10, Armando Ota wrote: > > Hi > > I need a little help with query for my problem (if it can be solved) > > I have a field in a document called topic > > this field contains some values, 0 (for no

Re: Query interface

2010-03-22 Thread Abdelhamid ABID
ers an easy way to get started with > various search back-ends, with a very Django-ish feel to the > interface: http://haystacksearch.org/ > > Regards, > > Gora > -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Re: How to compose a query from multiple HTTP URL parameters?

2010-03-25 Thread Abdelhamid ABID
pecies:'Pseudonaja+textilis'+Hospital:'Griffith+Base+Hospital' > > I have read some information about parameter indirection or parameter > dereferencing, but I haven't been able to get it to work. > > > -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Solrj doesn't tell if PDF was actually parsed by Tika

2010-03-25 Thread Abdelhamid ABID
Hi, When posting pdf files using solrj the only response we get from Solr is only server response status, but never know whether pdf was actually parsed or not, checking the log I found that some Tika wasn't able to succeed with some pdf files because of content nature (texts in images only) or are

Re: Solrj doesn't tell if PDF was actually parsed by Tika

2010-03-26 Thread Abdelhamid ABID
Well done : https://issues.apache.org/jira/browse/SOLR-1847 meanwhile, is there any workaround ? On 3/26/10, Lance Norskog wrote: > > Please file a bug for this on the JIRA. > > https://issues.apache.org/jira/secure/Dashboard.jspa > > > On Thu, Mar 25, 2010 at 7:21 AM, Abde

Re: how to apply patch SOLR-1316

2010-03-26 Thread Abdelhamid ABID
.apache.org/jira/browse/SOLR-1316 > to solr 1.4 so I can implement the autocomplete feature > ca anyone help? > -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Re: how to apply patch SOLR-1316

2010-03-26 Thread Abdelhamid ABID
roject home. I hope that this very very quick guide will be of help to you. I suggest that you read further on Java development life-cycle and tools. On 3/26/10, nabil rabhi wrote: > > thanks for the reply Abdelhamid, but could you give me more details please? > > 2010/3/26 Abdelhami

Re: Trouble compiling SOLR

2010-03-26 Thread Abdelhamid ABID
it isn't, because CentOS 5.4, > being the latest version of that OS, has 1.6.5. > > > http://www.coderanch.com/t/108791/Ant-Maven-Other-Build-Tools/copy-folders-with-ant > > Thanks, > Shawn > > -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

closest terms, sentence, boosting 'business' keywords instead of field ?

2010-04-12 Thread Abdelhamid ABID
Hi, - I'm bit confused on how analyzer apply filters on query, I know that they are applied in order on which they are declared, but still, does the search result include only the final digest of the filters chain or at each filter step solr add the matched term to results set. - Does Dismax reque

Re: closest terms, sentence, boosting 'business' keywords instead of field ?

2010-04-13 Thread Abdelhamid ABID
s that > > appears in the closest positions. > > > Do you have an example of what you are trying to do? > > > > - How can I boost a set of keywords instead of fields? this would be > useful > > in case where a document with one single searchable field, which is of > type > > text and where "boosting field" has no sense. > > > Boost in the query or during indexing? > > > -- > Grant Ingersoll > http://www.lucidimagination.com/ > > Search the Lucene ecosystem using Solr/Lucene: > http://www.lucidimagination.com/search > > -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Re: Jetty, Tomcat or JBoss?

2010-04-17 Thread Abdelhamid ABID
drawback of using the following architecture? > > > > -My Application (Full JEE application with web components and EJB) on > > JBoss; > > - SOLR on Jetty or Tomcat > > > > Having said that and supposing that the idea is good, what are the main > > differences / advantages / disadvamtages (from this point of view) > between > > Tomcat and Jetty? > > > > Best Regards, > > Andrea > > > > > -- Abdelhamid ABID

Re: Jetty, Tomcat or JBoss?

2010-04-20 Thread Abdelhamid ABID
Which are JEE Web components, aren't they? On 4/20/10, Bill Au wrote: > > Solr only uses Servlet and JSP. > > > Bill > > > On Sat, Apr 17, 2010 at 9:11 AM, Abdelhamid ABID > wrote: > > > Solr does use JEE WEB components > > > > On 4/17/10, L

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
oogle, but didn't find the right answer to solve my problem. > > thanks in advance. > > Greetz, Jan > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
contains "conf" and "data" folders On 4/21/10, Jan Kammer wrote: > > hi, > thanks for your answer. > I defined the path in an xml-file in Tomcat/conf/Catalina/localhost/ I read > that this must be the right place. Could there be anywhere an other mistake? &g

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
Well, check your solr config file if the folder "Data" is correctly defined, you may set it like this: ${solr.data.dir:} On 4/21/10, Jan Kammer wrote: > > Exactly that i got in the file but it doesn't work :-( > > Abdelhamid ABID schrieb: > > The path pa

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
ry to ping your solr using http://localhost:../solr/admin/ping. As your solr webapp run without error as you mentioned before, it's most likely you are having a miss configured solr home. On 4/21/10, Jan Kammer wrote: > > Is also correct. > > Abdelhamid ABID schrieb: >

Re: "Solr 1.4 Enterprise Search Server" book examples

2010-04-26 Thread Abdelhamid ABID
gt; > > > I've send a message last week to the editor reporting the issue, but > > that is not yet fixed ; and I'd really like to take a look at the > > example code and make some tests. > > > > Regards, > > -- > > Johan Cwiklinski > > > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Solr Spellcheck on Large index size

2010-04-27 Thread Abdelhamid ABID
t; > > > The command that I am sending to try to build looks like the following: > > http://localhost:8983/solr/spell/?q=ACORA&version=2.2&start=0&rows=10&indent=on&spellcheck=true&spellcheck.dictionary=default&spellcheck.build=true&spellcheck.collate=true&spellcheck.limit=5 > > > I have also tried to reduce the size of the index to around 10,000 > documents > and still no luck. > > Any help would be appreciated. > > Thank you, > Kyle > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Spellcheck-on-Large-index-size-tp760416p760416.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Any way to get top 'n' queries searched from Solr?

2010-04-30 Thread Abdelhamid ABID
with their > frequencies > etc.. > Thanks though. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Any-way-to-get-top-n-queries-searched-from-Solr-tp767165p767482.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Abdelhamid ABID
quot;. > > http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Confighttp://forums.java.net/jive/thread.jspa?threadID=38020http://wiki.glassfish.java.net/Wiki.jsp?page=FaqHttpRequestParameterEncoding > > > > > > > > > > > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Solr on Tomcat, how to use an external data directory?

2010-05-29 Thread Abdelhamid ABID
.store.simplefsdirect...@d > :\Java\apache-tomcat-6.0.20\bin\solr\data\index > > Any idea what else I need to do to use an external solr index > directory in Tomcat? > > Thanks, > Jack > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Solr on Tomcat, how to use an external data directory?

2010-05-30 Thread Abdelhamid ABID
ome versions of solr had "./data" listed in > the example solrconfig.xml > > > > -Hoss > > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Solr 1.4 query fails against all fields, but succeed if field is specified.

2010-05-31 Thread Abdelhamid ABID
; Do you have any idea of what can be wrong with my index? > > Regards > > > Olivier > -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: Not able to access Solr Admin

2010-06-02 Thread Abdelhamid ABID
> Hi, > > I installed Solr Server on my machine and able to access with localhost. I > tried accessing from a different machine with IP Address but not able to > access it. What do I need to do to be able to access the Solr instance from > any machine within the network? > > Thanks

Re: Not able to access Solr Admin

2010-06-02 Thread Abdelhamid ABID
tty which comes with Solr installation. > > http://localhost:8983/solr/ > > The above URL works fine. > > The below URL does not work: > > http://177.44.9.119:8983/solr/ > > > -----Original Message- > From: Abdelhamid ABID [mailto:aeh.a...@gmail.com] >

Re: how to patch?

2010-06-13 Thread Abdelhamid ABID
35 kB > > I am not familiar with patch. There are 3 patch named SOLR-1268, which > one shoud I use? I guess I should the newest one but it's so small. > SOLR-1268-0_fragsize also have 2 files > -- Abdelhamid ABID Software Engineer- J2EE / WEB