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

2010-06-21 Thread Abdelhamid ABID
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

Re: how to patch?

2010-06-13 Thread Abdelhamid ABID
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

Re: Not able to access Solr Admin

2010-06-02 Thread Abdelhamid ABID
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, Murali -- Abdelhamid ABID Software

Re: Not able to access Solr Admin

2010-06-02 Thread Abdelhamid ABID
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] Sent: Wednesday, June 02, 2010 5:07 PM To: solr-user@lucene.apache.org

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

2010-05-31 Thread Abdelhamid ABID
Olivier -- Abdelhamid ABID Software Engineer- J2EE / WEB

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

2010-05-30 Thread Abdelhamid ABID
listed in the example solrconfig.xml -Hoss -- Abdelhamid ABID Software Engineer- J2EE / WEB

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

2010-05-29 Thread Abdelhamid ABID
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: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Abdelhamid ABID
://forums.java.net/jive/thread.jspa?threadID=38020http://wiki.glassfish.java.net/Wiki.jsp?page=FaqHttpRequestParameterEncoding -- Abdelhamid ABID Software Engineer- J2EE / WEB

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

2010-04-30 Thread Abdelhamid ABID
. -- 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: Solr Spellcheck on Large index size

2010-04-27 Thread Abdelhamid ABID
, 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: Solr 1.4 Enterprise Search Server book examples

2010-04-26 Thread Abdelhamid ABID
some tests. Regards, -- Johan Cwiklinski -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
in advance. Greetz, Jan -- Abdelhamid ABID Software Engineer- J2EE / WEB

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
/localhost/ I read that this must be the right place. Could there be anywhere an other mistake? greetz, Jan Abdelhamid ABID schrieb: You are missing the solr/home context paramater , which points to the folder (solr) holding data and conf On 4/21/10, Jan Kammer jan.kam...@mni.fh

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: dataDir${solr.data.dir:}/dataDir On 4/21/10, Jan Kammer jan.kam...@mni.fh-giessen.de wrote: Exactly that i got in the file but it doesn't work :-( Abdelhamid ABID schrieb: The path

Re: mac osx server + tomcat + solr

2010-04-21 Thread Abdelhamid ABID
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 jan.kam...@mni.fh-giessen.de wrote: Is also correct. Abdelhamid ABID schrieb: Well

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 bill.w...@gmail.com wrote: Solr only uses Servlet and JSP. Bill On Sat, Apr 17, 2010 at 9:11 AM, Abdelhamid ABID aeh.a...@gmail.com wrote: Solr does use JEE WEB components On 4/17/10, Lukáš Vlček lukas.vl...@gmail.com

Re: Jetty, Tomcat or JBoss?

2010-04-17 Thread Abdelhamid ABID
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: closest terms, sentence, boosting 'business' keywords instead of field ?

2010-04-13 Thread Abdelhamid ABID
this last should not come before the first in results. Boost in the query or during indexing? I think boosting in query is more relevant. Thanks On 4/13/10, Grant Ingersoll gsing...@apache.org wrote: On Apr 12, 2010, at 7:57 PM, Abdelhamid ABID wrote: Hi, - I'm bit confused on how

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

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

2010-03-26 Thread Abdelhamid ABID
stream The question is how can I catch these kinds of exceptions through Solrj ? -- Elsadek -- Lance Norskog goks...@gmail.com -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Re: how to apply patch SOLR-1316

2010-03-26 Thread Abdelhamid ABID
://issues.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
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 nabil.rab...@gmail.com wrote: thanks for the reply Abdelhamid, but could you give me more details please? 2010/3/26 Abdelhamid ABID aeh.a...@gmail.com

Re: Trouble compiling SOLR

2010-03-26 Thread Abdelhamid ABID
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

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

2010-03-25 Thread Abdelhamid ABID
:'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

Re: Question about query

2010-03-22 Thread Abdelhamid ABID
Well, here what I figure out ! (mm=150% , qf=topic , q=1 0 ) == q=topic:0 or topic:1 On 3/22/10, Armando Ota armando...@siol.net 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

Re: Query interface

2010-03-22 Thread Abdelhamid ABID
: http://haystacksearch.org/ Regards, Gora -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Re: PDF extraction leads to reversed words

2010-03-16 Thread Abdelhamid ABID
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 rcm...@gmail.com wrote: On Tue, Mar 9, 2010 at 10:10 AM, Abdelhamid ABID aeh.a...@gmail.com wrote: nor 3.8 version does

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
, 2010 at 6:30 PM, Abdelhamid ABID aeh.a...@gmail.com 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). When perform search against these texts with -always

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 rcm...@gmail.com wrote: On Tue, Mar 9, 2010 at 9:44 AM, Abdelhamid ABID aeh.a...@gmail.com wrote: I put ICU4J 4.2 in the lib of Solr, nothing changed, I'm trying now with ICU4J 3.8 Hello, what version of Solr are you using? I think

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
/download) in your classpath. On Mon, Mar 8, 2010 at 6:30 PM, Abdelhamid ABID aeh.a...@gmail.com 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). When perform

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
Tika ! Any clue ? -- elsadek Software Engineer- J2EE / WEB / ESB MULE -- Robert Muir rcm...@gmail.com -- Lance Norskog goks...@gmail.com -- Abdelhamid ABID Software Engineer- J2EE / WEB / ESB MULE

Re: PDF extraction leads to reversed words

2010-03-09 Thread Abdelhamid ABID
, 2010 at 6:30 PM, Abdelhamid ABID aeh.a...@gmail.com 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). When perform search against these texts with -always

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