Re: Batch Update Fields

2010-12-05 Thread Adam Estrada
OK so the way I understand this is that if there is a synonym on a specific field at index time, that value will be stored rather than the one in the csv that I am indexing? I will give it a whirl and report back... Thanks! Adam On Sat, Dec 4, 2010 at 2:27 PM, Erick Erickson wrote: > When you de

Dataimport: Could not load driver: com.mysql.jdbc.Driver

2010-12-05 Thread Ruixiang Zhang
*I got the following error for dataimport:* *Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver* I have the following files: \example-DIH\solr\db\conf\ solrconfig.xml, schema.xml, db-data-config.xml, dataimport.propert

Re: Dataimport: Could not load driver: com.mysql.jdbc.Driver

2010-12-05 Thread Koji Sekiguchi
(10/12/05 18:38), Ruixiang Zhang wrote: *I got the following error for dataimport:* *Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver* I have the following files: \example-DIH\solr\db\conf\ solrconfig.xml, schema.x

Re: Dataimport: Could not load driver: com.mysql.jdbc.Driver

2010-12-05 Thread Ruixiang Zhang
Thanks Koji. I just tried to change the permission of the driver file to 777, still can not found the driver. I put the driver into the folder with the original driver is and deleted the original one. I don't know why solr can find the original one (if I don't change anything), but not this one.

Re: Dataimport: Could not load driver: com.mysql.jdbc.Driver

2010-12-05 Thread Ruixiang Zhang
And here are the logs: Dec 5, 2010 2:00:23 AM org.apache.solr.handler.dataimport.DataImportHandler processConfiguration INFO: Processing configuration from solrconfig.xml: {config=db-data-config.xml} Dec 5, 2010 2:00:23 AM org.apache.solr.handler.dataimport.DataImporter loadDataConfig INFO: Data

ExtractingRequestHandler configuration

2010-12-05 Thread alessandro.ri...@virgilio.it
Hi All, I added to my solr 1.4.1 instance the ExtractingRequestHandler with the default configuration that I found on the wiki (http://wiki.apache.org/solr/ExtractingRequestHandler). last_modified ignored_ now when I injest via solrj api the html and

Re: Full text hit term highlighting

2010-12-05 Thread Rich Cariens
Thanks Lance. I'm storing the original document and indexing all it's extracted content, but I need to be able to high-light the text within it's original markup. I'm going to give Uwe's suggestion a go. On Sat, Dec 4, 2010 at 7:18 PM, Lance Norskog wrote: > Set the fragm

RE: finding exact case insensitive matches on single and multiword values

2010-12-05 Thread PeterKerk
Alright guys, thanks! I went for storing everything lowercase in DB. I also lowercased all solr queries and only on client for UX purposes I applied the proper casing logic. Thanks for suggestions! -- View this message in context: http://lucene.472066.n3.nabble.com/finding-exact-case-insensiti

RE: Full text hit term highlighting

2010-12-05 Thread Jonathan Rochkind
That suggestion says "This works, as long as you don't need query highlighting." Have you found a way around that, or have you decided not to use highlighting after all? Or am I missing something? From: Rich Cariens [richcari...@gmail.com] Sent: Sunday,

Re: boosting certain docs based on a filed value

2010-12-05 Thread abhayd
great.. one last question I am using dismax. when i add this to bf in solrconfig.xml it give me errors when executing dismax explicit text^2.5 features^10 displayName^5.0 mfg^3.0 description^3.0 text^0.2 features^1.1 displayName^5.0 mfg^3.0 mfg

Re: Full text hit term highlighting

2010-12-05 Thread Rich Cariens
Uwe goes on to say: > This works, as long as you don't need query highlighting, because the offsets > from the first field addition cannot be used for highlighting inside the text > with markup. *In this case, you have to write your own analyzer that removes > the markup in the tokenizer, but

Re: boosting certain docs based on a filed value

2010-12-05 Thread Ahmet Arslan
> > great.. > > one last question > I am using dismax. > > when i add this to bf in solrconfig.xml it give me errors > when executing > > > >     >       name="defType">dismax >       name="echoParams">explicit > >       >         text^2.5 features^10 > displayName^5.0 mfg^3.0 description^3.

Re: Dataimport: Could not load driver: com.mysql.jdbc.Driver

2010-12-05 Thread Ruixiang Zhang
Hi Koji I finally found the reason for this problem: I download the tar file of the driver and unzip it in windows. Then I put the jar file into the server. I don' t know why, but it doesn't work. It works when I put the tar file and unzip it in the server. Thanks a lot for your time!!! Richard

Solr -File Based Spell Check

2010-12-05 Thread rajini maski
How does the solr file based spell check work? How do we need to enter data in the spelling.txt...I am not clear about its functionality..If anyone know..Please reply. I want to index a word = Wear But while searching I search as =Dress I want to get results for Wear.. How do i apply this functio