changing location of cores

2023-11-26 Thread Yirmiyahu Fischer
When I start solr, the location of the cores is at ./solr/server/solr
How do I change it to a different location?


*Yirmiyahu Fischer*

*Senior Developer |  **Tel**:* *03-9578900 *

*E**mail: **yfisc...@signature-it.com* * | **W*
*eb: **www.signature-it.com* 


Re: changing location of cores

2023-11-26 Thread Mikhail Khludnev
Hello, if you run
bin/solr start help
if gives a clue
  -s dirSets the solr.solr.home system property; Solr will create
core directories under
  this directory. This allows you to run multiple Solr
instances on the same host
so you can use -s to use another directory

On Sun, Nov 26, 2023 at 7:04 PM Yirmiyahu Fischer 
wrote:

> When I start solr, the location of the cores is at ./solr/server/solr
> How do I change it to a different location?
>
>
> *Yirmiyahu Fischer*
>
> *Senior Developer |  **Tel**:* *03-9578900 *
>
> *E**mail: **yfisc...@signature-it.com* * | **W*
> *eb: **www.signature-it.com* 
>


-- 
Sincerely yours
Mikhail Khludnev


Re: [TOKYO Lucene/Solr meetup] ~ How to Integrate Open Source Large Language with Apache Solr (Alessandro) ~

2023-11-26 Thread Moriyasu Kannami
Hi, Alessandro.

Thank you for your reply and  advertisement.
I am looking forward to the lecture scheduled for December 1st in JAPAN.

And,
To the members of this community, here is a reminder!

If you wish to participate in this meetup, please register using the
following URL.
The event page(in Japanese): https://solr.doorkeeper.jp/events/166257

We are currently looking for several speakers for Lightning Talks of
this meetup.
Speakers are welcome to participate online(Google Meet) as well.
The theme can be anything related to the Apache Lucene/Solr,
such as case studies, new features, and more.
If you wish to participate as a LT speaker, please contact me
at my email address.

Thanks!

moriyasu


2023年11月24日(金) 0:26 Alessandro Benedetti :

> Thanks, Moriyasu for the heads up!
> I'll advertise it on my LinkedIn soon and on the Apache Solr Twitter
> account!
> Also contacted some of the Japanese people I know to get better engagement
> :)
>
> Cheers
> --
> *Alessandro Benedetti*
> Director @ Sease Ltd.
> *Apache Lucene/Solr Committer*
> *Apache Solr PMC Member*
>
> e-mail: a.benede...@sease.io
>
>
> *Sease* - Information Retrieval Applied
> Consulting | Training | Open Source
>
> Website: Sease.io 
> LinkedIn  | Twitter
>  | Youtube
>  | Github
> 
>
>
> On Wed, 22 Nov 2023 at 04:13, Moriyasu Kannami <
> moriyasu.kann...@rondhuit.com> wrote:
>
> > Hi, everyone!
> >
> > The Solr community in Tokyo(#SolrJP) will hold a meet-up on 1 December
> > 2023 at 17:00 JST(1 December 2023 at 01:00 PDT) in Toranomon
> > Minato-Ku Tokyo. Online streaming via Google Meet is also available.
> >
> > The topic of this presentation is "How to Integrate
> > Open Source Large Language with Apache Solr".
> > This presentation is in English for about 45min.
> >
> > Speaker : Alessandro Benedetti
> >   Apache Lucene/Solr Committer
> >   Apache Solr PMC Member
> >
> > If you wish to participate, please register using the following URL.
> > The event page(in Japanese): https://solr.doorkeeper.jp/events/166257
> >
> > We look forward to your participation.
> >
> > We are currently looking for several speakers for Lightning Talks of
> > this meetup who reside in the Tokyo vicinity and can attend the
> > venue(Toranomon Minato-Ku) on the day of the event.
> > Speakers are welcome to participate online(Google Meet) as well.
> > In that case,the place of residence is not a concern.
> > The theme can be anything related to the Apache Lucene/Solr,
> > such as case studies, new features, and more.
> > If you wish to participate as a LT speaker, please contact me
> > at this email address.
> >
> > Thanks!
> >
> > moriyasu
> >
>


Need help with solr 8.11 DataImport

2023-11-26 Thread Vince McMahon
Hi,

I am new to Solr dataimport and am trying to do a full-import from
Postgres.  Both Solr 8.11.2 and Postgres 12 are installed in Win10.

Postgres is connecting using id solrpull and login is fine via Pgadmin.
Solr web and core are running.

I don't see any document imported and I don't find any error.  How to fix
this?

Raw Status-Output

{
  "responseHeader": {
"status": 0,
"QTime": 0
  },
  "initArgs": [
"defaults",
[
  "config",
  "db_configs.xml"
]
  ],
  "command": "status",
  "status": "idle",
  "importResponse": "",
  "statusMessages": {
"Time Elapsed": "0:3:21.15",
"Total Requests made to DataSource": "1",
"Total Rows Fetched": "0",
"Total Documents Processed": "0",
"Total Documents Skipped": "0",
"Full Dump Started": "2023-11-27 06:38:15",
"Full Import failed": "2023-11-27 06:38:35"
  }
}

Configuration


  
  

 
 

  

log4j2
11/27/2023, 2:13:00 AM WARN false CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization
before exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
11/27/2023, 2:13:00 AM WARN false x:cookbookCSV SolrConfig solrconfig.xml:
 is no longer supported,​ use solr.xml:/metrics/reporter section
instead
11/27/2023, 2:13:00 AM WARN false x:cookbookCSV WordDelimiterFilterFactory Solr
loaded a deprecated plugin/analysis class
[solr.WordDelimiterFilterFactory]. Please consult documentation how to
replace it accordingly.
11/27/2023, 2:13:00 AM WARN false x:d
11/27/2023, 2:13:00 AM WARN false x:mail SolrConfig solrconfig.xml: 
is no longer supported,​ use solr.xml:/metrics/reporter section
instead
11/27/2023, 2:13:00 AM WARN false x:db LatLonType Solr loaded a deprecated
plugin/analysis class [solr.LatLonType]. Please consult documentation how
to replace it accordingly.
11/27/2023, 2:13:01 AM WARN false x:atom DataImportHandler Data Import
Handler is deprecated as of Solr 8.6. See SOLR-14066 for more details.
11/27/2023, 2:13:01 AM WARN false x:mail DataImportHandler Data Import
Handler is deprecated as of Solr 8.6. See SOLR-14066 for more details.
11/27/2023, 2:13:01 AM WARN false x:db DataImportHandler Data Import
Handler is deprecated as of Solr 8.6. See SOLR-14066 for more details.
11/27/2023, 2:13:01 AM WARN false x:solr SolrConfig solrconfig.xml: 
is no longer supported,​ use solr.xml:/metrics/reporter section
instead
11/27/2023, 2:13:01 AM WARN false x:p SolrConfig solrconfig.xml:  is
no longer supported,​ use solr.xml:/metrics/reporter section instead
11/27/2023, 2:13:01 AM WARN false x:solr DataImportHandler Data Import
Handler is deprecated as of Solr 8.6. See SOLR-14066 for more details.
11/27/2023, 2:13:02 AM WARN false x:tika DataImportHandler Data Import
Handler is deprecated as of Solr 8.6. See SOLR-14066 for more details.
11/27/2023, 2:13:02 AM WARN false x:sample_core SolrConfig solrconfig.xml:
 is no longer supported,​ use solr.xml:/metrics/reporter section
instead
11/27/2023, 2:13:02 AM WARN false x:f18maf SolrConfig solrconfig.xml: 
is no longer supported,​ use solr.xml:/metrics/reporter section
instead
11/27/2023, 2:13:02 AM WARN false x:demo SolrConfig solrconfig.xml: 
is no longer supported,​ use solr.xml:/metrics/reporter section
instead
11/27/2023, 2:13:02 AM WARN false x:p DataImportHandler Data Imp My
database has data


select id,name from city
"id" "name"
1 "Seattle"
2 "Japan"
Successfully run. Total query runtime: 37 msec.
2 rows affected.