Does anyone want to put in a few hours at their rate?

2019-06-18 Thread Val D
To whom it may concern: I have a Windows based system running Java 8. I have installed SOLR 7.7.2 ( I also tried this with version 8.1.1 as well with the same results ). I have SQL Server 2018 with 1 table that contains 22+ columns and a few thousand rows. I am attempting to index the SQL

Re: Solr 4 dataimport problem.

2012-08-18 Thread Val
core's lib directory.]] So I tried that too, and therefore I mentioned SolrJ. Thanks. On Sat, Aug 18, 2012 at 6:23 PM, Gora Mohanty g...@mimirtech.com wrote: On 18 August 2012 19:50, Val val.hoff...@gmail.com wrote: Hi all, I'm having trouble using dataimport, so maybe you can help me

Re: how to : multicore setup with same config files

2011-11-02 Thread Val Minyaylo
Have you tried to query multiple cores at same time? On 10/31/2011 8:30 AM, Vadim Kisselmann wrote: it works. it was one wrong placed backslash in my config;) sharing the config/schema files is not a problem. regards vadim 2011/10/31 Vadim Kisselmannv.kisselm...@googlemail.com Hi folks, i

Re: Highlight on alternateField

2011-08-26 Thread Val Minyaylo
Thanks a lot Koji. On 8/25/2011 5:04 PM, Koji Sekiguchi wrote: (11/08/26 2:32), Val Minyaylo wrote: Hi there, I am trying to utilize highlighting alternateField and can't get highlights on the results from targeted fields. Is this expected behavior or am I understanding alternateFields wrong

Highlight on alternateField

2011-08-25 Thread Val Minyaylo
Hi there, I am trying to utilize highlighting alternateField and can't get highlights on the results from targeted fields. Is this expected behavior or am I understanding alternateFields wrong? schema.xml: field name=description type=text indexed=true stored=false multiValued=true