Re: Full Import failed

2010-05-25 Thread Mohamed Parvez
I am just using the sor.war file that came with the Solr 1.4 download on weblogic. did not add any jar or remove any jar On Tue, May 25, 2010 at 9:54 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: : yes i am running 1.5, Any idea how we can run Solr 1.4 using Java 1.5 Solr 1.4 works

Full Import failed

2010-05-21 Thread Mohamed Parvez
I am getting this error, any hint as where i should look SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: java.lang.NoSuchMethodError: isEmpty at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:424) at

Re: Full Import failed

2010-05-21 Thread Mohamed Parvez
running 1.5? paul Le 21-mai-10 à 22:44, Mohamed Parvez a écrit : SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: java.lang.NoSuchMethodError: isEmpty at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:424)

Re: Google Commerce Search

2010-01-19 Thread Mohamed Parvez
with GSA and other search vendors' solutions. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message From: Mohamed Parvez par...@gmail.com To: solr-user@lucene.apache.org Sent: Sun, January 17, 2010 1:35:17 PM Subject: Re: Google Commerce

Re: Google Commerce Search

2010-01-17 Thread Mohamed Parvez
I was in your same shoes as yours. And did recommend and implement Solr to my Fortune 10 client. Solr is a great solution and does meet most of the requirements and lacks very few things. In your case, I think you should know that Solr does handle Synonyms very well as long as they are single

Re: Remove the deleted docs from the Solr Index

2009-12-29 Thread Mohamed Parvez
/update these one off documents ? Is this something you will recommend ? Thanks, ~Ravi Gidwani. On Tue, Dec 29, 2009 at 3:03 AM, Mohamed Parvez par...@gmail.com wrote: I have looked in the that thread earlier. But there is no option there for a solution from Solr side. I

Remove the deleted docs from the Solr Index

2009-12-28 Thread Mohamed Parvez
I am using Solr 1.4 and DIH to build the index from a table. I use full import once to create the index and then i keep using delta import to update the index. All woks fine as long a the table gets added with only new rows. if there are some rows in the table that get deleted then the index

Re: Remove the deleted docs from the Solr Index

2009-12-28 Thread Mohamed Parvez
-deleted-documents/ http://stackoverflow.com/questions/1555610/solr-dih-how-to-handle-deleted-documents/ Cheers, Mauricio On Mon, Dec 28, 2009 at 5:51 PM, Mohamed Parvez par...@gmail.com wrote: I am using Solr 1.4 and DIH to build the index from a table. I use full import once to create

Expected Approximate Release Date Solr 1.4

2009-09-15 Thread Mohamed Parvez
Its 15th-November-2009. Its been a year since Solr 1.3 was released. Everyone is eagerly expecting that around this time Solr 1.4 will be released. (Refer Book: Solr 1.4 Enterprise Search Server, By David Smiley Eric Pugh, Page 11 the latest official release. Solr 1.3 was released on September

Return one word - Auto Complete Request Handler

2009-09-14 Thread Mohamed Parvez
I am trying configure an request handler that will be uses in the Auto Complete Query. I am limiting the result to one field by using the fl parameter, which can be used to specify field to return. How to make the field return only one word not full sentences. Thanks/Regards, Parvez

Load synonyms dynamically

2009-09-14 Thread Mohamed Parvez
Is there a way to load the synonyms dynamically. I mean if the synonym.txt file changes then during query time the newly added synonym should be active. Currently it required a reindex Thanks/Regards, Parvez

Re: Solr 1.4 - autoSuggest - is it a default service

2009-09-14 Thread Mohamed Parvez
I guess you are looking for terms, Its in 1.4 just use a query like http://localhost:port /solr/terms/?terms=trueterms.fl=filed_nameterms.prefix=da Thanks/Regards, Parvez On Mon, Sep 14, 2009 at 3:35 PM, Yerraguntla raveend...@yahoo.com wrote: Hi, I am trying to use autoSuggest in

Concatenate in Copy Field

2009-09-11 Thread Mohamed Parvez
Is its possible to concatenate two fields and copy it to a new field, in the schema.xml file I am importing from two tables and both have numeric value as primary key. If i copy just the primary key, which is a number, from both the tables, to one field and make it primary key, records may get

Filter query to check for not null filed

2009-09-04 Thread Mohamed Parvez
Say i have 3 fields, named field1,field2 and field3 I want to query all records that have xxx in field1 and filed3 should not be null I tried 1] q=field1:xxxfq=? Got an error saying = org.apache.lucene.queryParser.ParseException: Cannot parse 'title:?': '*' or '?' not allowed as first character

Re: Wild card search does not return any result

2009-08-05 Thread Mohamed Parvez
the inconsistency. A workaround is suggested, on the same thread, here - http://markmail.org/message/ts65a6jok3ii6nva#query:+page:1+mid:i5zxdbnvspgek2bp+state:results Cheers Avlesh On Wed, Aug 5, 2009 at 12:52 AM, Mohamed Parvez par...@gmail.com wrote: Thanks Otis, The thread suggests

Re: Wild card search does not return any result

2009-08-05 Thread Mohamed Parvez
/ filter class=solr.LowerCaseFilterFactory/ filter class=solr.EnglishPorterFilterFactory protected=protwords.txt/ filter class=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType Thanks/Regards, Parvez On Wed, Aug 5, 2009 at 10:53 AM, Mohamed Parvez par

Wild card search does not return any result

2009-08-04 Thread Mohamed Parvez
Hello All, I have two fields. field name=BUS type=text indexed=true stored=true/ field name=ROLE type=text indexed=true stored=true / I have document(which has been indexed) that has a value of ICS for BUS field and SSE for ROLE filed When I search for q=BUS:ics i get the result, but if

Re: Wild card search does not return any result

2009-08-04 Thread Mohamed Parvez
is hiring -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message From: Mohamed Parvez par...@gmail.com To: solr-user@lucene.apache.org Sent: Tuesday, August 4, 2009 11:26:45 AM Subject: Wild card search does

Re: Wild card search does not return result but exact search does

2009-08-03 Thread Mohamed Parvez
On Mon, Aug 3, 2009 at 4:46 PM, Mohamed Parvez par...@gmail.com wrote: Hello, I have two fields. field name=BUS type=text indexed=true stored=true/ field name=ROLE type=text indexed=true stored=true / I have documnet, that has a value of ICS for BUS and SSE for ROLE *When I