RE: Modifing create_core's instanceDir attribute

2017-09-28 Thread Miller, William K - Norman, OK - Contractor
: Thursday, September 28, 2017 10:02 AM To: solr-user@lucene.apache.org Subject: Re: Modifing create_core's instanceDir attribute On 9/27/2017 10:24 AM, Miller, William K - Norman, OK - Contractor wrote: > Thanks Erick for pointing me in this direction. Unfortunately when I try to > us thi

RE: Modifing create_core's instanceDir attribute

2017-09-27 Thread Miller, William K - Norman, OK - Contractor
, not through a REST API. Erick On Wed, Sep 27, 2017 at 10:26 AM, Miller, William K - Norman, OK - Contractor <william.k.mil...@usps.gov.invalid> wrote: > This is my first time to try using the core admin API. How do I go about > creating the directo

RE: Modifing create_core's instanceDir attribute

2017-09-27 Thread Miller, William K - Norman, OK - Contractor
do > that, > see: > https://lucene.apache.org/solr/guide/6_6/coreadmin-api.html#coreadmin- > api > > Best, > Erick > > On Tue, Sep 26, 2017 at 1:14 PM, Miller, William K - Norman, OK - Contractor > <william.k.mil...@usps.gov.invalid> wrote: > >> I

RE: Modifing create_core's instanceDir attribute

2017-09-27 Thread Miller, William K - Norman, OK - Contractor
admin API to do that, see: https://lucene.apache.org/solr/guide/6_6/coreadmin-api.html#coreadmin-api Best, Erick On Tue, Sep 26, 2017 at 1:14 PM, Miller, William K - Norman, OK - Contractor <william.k.mil...@usps.gov.invalid> wrote: > I know that when the create_core command is used tha

Modifing create_core's instanceDir attribute

2017-09-26 Thread Miller, William K - Norman, OK - Contractor
I know that when the create_core command is used that it sets the core to the name of the parameter supplied with the "-c" option and the instanceDir attribute in the http is also set to the name of the core. What I want is to tell the create_core to use a different instanceDir parameter. How

RE: Enabling SSL

2017-07-18 Thread Miller, William K - Norman, OK - Contractor
. Here is a relevant thread about Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1255049 Let me know how it worked for you, as I am still learning this myself. Regards Nawab On Wed, Jul 12, 2017 at 9:05 AM, Miller, William K - Norman, OK - Contractor <william.k.mil...@usps.gov.inva

RE: Enabling SSL

2017-07-12 Thread Miller, William K - Norman, OK - Contractor
that step? Esther Search Engineer Lucidworks > On Jul 12, 2017, at 08:20, Miller, William K - Norman, OK - Contractor > <william.k.mil...@usps.gov.INVALID> wrote: > > I am trying to enable SSL and I have followed the instructions in the Solr > 6.4 reference manual,

Enabling SSL

2017-07-12 Thread Miller, William K - Norman, OK - Contractor
I am trying to enable SSL and I have followed the instructions in the Solr 6.4 reference manual, but when I restart my Solr server and try to access the Solr Admin page I am getting: "This page isn't working"; sent an invalid response; ERR_INVALID_HTTP_RESPONSE Does the Solr server need to be

RE: Returning results for multi-word search term

2017-07-11 Thread Miller, William K - Norman, OK - Contractor
it of indexing a string field and then searching for words with *something* as though it were a SQL query as that's just a horribly inefficient. Best, Erick On Tue, Jul 11, 2017 at 6:46 AM, Miller, William K - Norman, OK - Contractor <william.k.mil...@usps.gov.invalid> wrote: > I do have my fi

RE: Returning results for multi-word search term

2017-07-11 Thread Miller, William K - Norman, OK - Contractor
--Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Tuesday, July 11, 2017 8:34 AM To: solr-user@lucene.apache.org Subject: Re: Returning results for multi-word search term On 7/10/2017 1:02 PM, Miller, William K - Norman, OK - Contractor wrote: > > I am trying to ret

RE: Returning results for multi-word search term

2017-07-10 Thread Miller, William K - Norman, OK - Contractor
I forgot to mention that I am using Solr 6.5.1 and I am indexing XML files. My Solr server is running on a Linux OS. ~~~ William Kevin Miller [ecsLogo] ECS Federal, Inc. USPS/MTSC (405) 573-2158 From: Miller, William K - Norman, OK - Contractor [mailto:william.k.mil

Returning results for multi-word search term

2017-07-10 Thread Miller, William K - Norman, OK - Contractor
I am trying to return results when using a multi-word term. I am using "Paddle Arm" as my search term(including the quotes). I know that the field that I am querying against has these words together. If I run the query using Paddle* Arm* I get the following results, but I want to get only

RE: DIH issue with streaming xml file

2017-07-10 Thread Miller, William K - Norman, OK - Contractor
Please consider this issue closed as we are looking at moving our xml files to the solr server for now. ~~~ William Kevin Miller ECS Federal, Inc. USPS/MTSC (405) 573-2158 -Original Message- From: Miller, William K - Norman, OK - Contractor Sent: Monday, June 12

RE: DIH issue with streaming xml file

2017-06-12 Thread Miller, William K - Norman, OK - Contractor
? Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 12 June 2017 at 14:11, Miller, William K - Norman, OK - Contractor <william.k.mil...@usps.gov.invalid> wrote: > Thank you for your response. That is the issue that I am having. I cannot

RE: DIH issue with streaming xml file

2017-06-12 Thread Miller, William K - Norman, OK - Contractor
e the URLs in an outside entity or two, you can feed them one by one into the inner entity. Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 12 June 2017 at 09:39, Miller, William K - Norman, OK - Contractor < william.k.mil...@usps.gov.invalid>

DIH issue with streaming xml file

2017-06-12 Thread Miller, William K - Norman, OK - Contractor
I am using Solr 6.5.1 and working on importing xml files using the DataImportHandler. I am wanting to get the files from a remote server, but I am dealing with multiple xml files in multiple folders. I am using a nested entity in my dataConfig. Below is an example of how I have my dataConfig

RE: Re-Index is not working

2017-06-08 Thread Miller, William K - Norman, OK - Contractor
-Original Message- From: Miller, William K - Norman, OK - Contractor Sent: Thursday, June 08, 2017 10:12 AM To: 'solr-user@lucene.apache.org' Subject: RE: Re-Index is not working Sorry I did not give enough information. "doesn't work" does mean that the documents are not getting inde

RE: Re-Index is not working

2017-06-08 Thread Miller, William K - Norman, OK - Contractor
p not having changed is probably causing the doc to be skipped. What does the Solr log say? Best, Erick On Wed, Jun 7, 2017 at 9:46 AM, Miller, William K - Norman, OK - Contractor <william.k.mil...@usps.gov.invalid> wrote: > Hello, I am new to this mailing list and I am having a problem wit

Re-Index is not working

2017-06-07 Thread Miller, William K - Norman, OK - Contractor
Hello, I am new to this mailing list and I am having a problem with re-indexing. I will run an index on an xml file using the DataImportHandler and it will index the file. Then I delete the index using the *:*, , and commands. Then I attempt to re-index the same file with the same