Hi,
I really need your input on my problem in constructing a view with
selective columns of table GENE and table TAXON.
I am importing data from database tables GENE and table TAXON into solr.
The two tables are
connected through 'taxon' column in table GENE and 'taxon_oid' column in
table TAXO
I am importing data from two database tables into solr. The main table is
called 'gene'. The other table is called 'taxon'. The two tables are
connected through 'taxon' column in 'gene' table and 'taxon_oid' column in
'taxon' table. In another word, 'gene.taxon = taxon.taxon_oid'.
I want the '
This is a duplicate of another topic "strange solr version error (
http://lucene.472066.n3.nabble.com/strange-solr-version-error-td4070636.html)".
Please ignore or delete it.
On Fri, Jun 14, 2013 at 5:54 PM, Jenny Huang <
sunearthmoonwaterf...@gmail.com> wrote:
> Hi,
>
&g
Thanks a lot, Shawn. It works now.
Have a nice weekend,
-Jenny
<http://localhost:8983/solr/db>
On Fri, Jun 14, 2013 at 6:47 PM, Shawn Heisey wrote:
> On 6/14/2013 4:26 PM, Jenny Huang wrote:
> > Hi,
> >
> > I need to use solrj to do a full data import from
Hi,
I need to use solrj to do a full data import from a table in database, and
encountered the solr version error: "java.lang.RuntimeException: Invalid
version (expected 2, but 60) or the data in not in 'javabin' format". To
figure out what went wrong, I stripped the program to bare bone and let
Hi,
I need to use solrj to do a full data import from a table in database, and
encountered the solr version error: "java.lang.RuntimeException: Invalid
version (expected 2, but 60) or the data in not in 'javabin' format". To
figure out what went wrong, I stripped the program to bare bone and let