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 wrote: > > : yes i am running 1.5, Any idea how we can run Solr 1.4 using Java 1.5 > > Solr 1.4 works just fine with Java 1.5

Re: Full Import failed

2010-05-21 Thread Mohamed Parvez
en 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) >> > >

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 org.apache.solr.handler.da

Re: Google Commerce Search

2010-01-19 Thread Mohamed Parvez
; files, including the synonyms file. My guess is that this is the same with > GSA and other search vendors' solutions. > > Otis > -- > Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch > > > > - Original Message > > From: Mohamed Parvez &

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 wor

Re: Remove the deleted docs from the Solr Index

2009-12-29 Thread Mohamed Parvez
IH, and use the solr.XmlUpdateRequestHandler request handler to > delete/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 > wrote: > >

Re: Remove the deleted docs from the Solr Index

2009-12-28 Thread Mohamed Parvez
1555610/solr-dih-how-to-handle-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 wrote: > > > I am using Solr 1.4 and DIH to b

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 doe

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 Septembe

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=true&terms.fl=filed_name&terms.prefix=da Thanks/Regards, Parvez On Mon, Sep 14, 2009 at 3:35 PM, Yerraguntla wrote: > > Hi, > > I am trying to use autoSuggest in Solr 1.4. Is au

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

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

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 ov

Results from 2 core

2009-09-08 Thread Mohamed Parvez
I have a multi core Solr setup. Is it possible to return results from the second core, if the search on the first core, does not return any results. Or if its possible to return, the results from both the cores, in one response Both the core, Have the different schema, one is getting its data fr

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:xxx&fq=? Got an error saying => org.apache.lucene.queryParser.ParseException: Cannot parse 'title:?': '*' or '?' not allowed as first charact

Re: Wild card search does not return any result

2009-08-05 Thread Mohamed Parvez
solr-user@lucene.apache.org > > > Hi, > > I doubt it's a bug. It's probably working correctly based on the config, > etc., I just don't have enough details about the configuration, your request > handler, query rewriting, the data in your index, etc. to tell

Re: Wild card search does not return any result

2009-08-05 Thread Mohamed Parvez
e:1+mid:i5zxdbnvspgek2bp+state:results > > Cheers > Avlesh > > On Wed, Aug 5, 2009 at 12:52 AM, Mohamed Parvez wrote: > > > Thanks Otis, The thread suggests that this is bug > > > > > > > http://markmail.org/message/ts65a6jok3ii6nva#query:+page:1+mid:qinymqdn6mk

Re: Wild card search does not return any result

2009-08-04 Thread Mohamed Parvez
ii6nva > > Otis > -- > Sematext is hiring -- http://sematext.com/about/jobs.html?mls > Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > > > > ----- Original Message > > From: Mohamed Parvez > > To: solr-user@lucene.apache.org > > Sent: Tuesday, A

Wild card search does not return any result

2009-08-04 Thread Mohamed Parvez
Hello All, I have two fields. 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 i search for q=BUS:ics* i don't get any match (or result) when I search for q=ROLE:sse or q=ROLE:

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 wrote: > Hello, > >I have two fields. > > > > > I have documnet, that has a value of ICS for BUS and SSE for ROLE > > *When I search for q=BUS:ics i get the result. but if i search for > q=BUS:ics* i don&#