Re: outlook email file pst extraction problem

2019-12-08 Thread Kennedyarbon
If you are looking for Outlook PST Extractor then download *Extract Outlook PST* Software, this software helps you to extract attachments from Outlook PT files. I will recommend you to download this software. More Info:- Extract Outlook PST Software

Re: [Q] Faster Atomic Updates - use docValues?

2019-12-08 Thread Paras Lehana
Hi Erick, I have reverted back to original values and yes, I did see improvement. I will collect more stats. *Thank you for helping. :)* Also, here is the reference article that I had referred for changing values: https://www.hathitrust.org/blogs/large-scale-search/forty-days-and-forty-nights-re-

Re: Solr 8 - Sort Issue

2019-12-08 Thread Paras Lehana
Hi Anuj, Thanks for that. 1. Go to Schema (left side section) > choose your field posting_id and post the screenshot. Are you able to see IntPointField or pint there?. 2. Please post the query you are using for sorting. Also, post a sample of response. -- * *

Re: Solr 8 - Sort Issue

2019-12-08 Thread Anuj Bhargava
Hi Paras, Regards, Anuj On Mon, 9 Dec 2019 at 10:37, Paras Lehana wrote: > Hi Anuj, > > Please post the part of your schema for this field and its fieldType. > > On Sat, 7 Dec 2019 at 10:38, Anuj Bhargava wrote: > > > Tried with plong, pint and string. Reindexed aft

Re: Edismax bq(boost query) with filter range on score

2019-12-08 Thread Paras Lehana
Hi Raboah, What do you mean by filter range? Please post expected result. Do you want to put an fq on the score? On Sun, 8 Dec 2019 at 17:54, Raboah, Avi wrote: > Hi, > > In order to use solr boost mechanism for specific text I use the bq field > under deftype=edisMax. > > For example - > q=*:*

Re: Solr 8 - Sort Issue

2019-12-08 Thread Paras Lehana
Hi Anuj, Please post the part of your schema for this field and its fieldType. On Sat, 7 Dec 2019 at 10:38, Anuj Bhargava wrote: > Tried with plong, pint and string. Reindexed after each change. The sort > results on numeric values being shown are the same - > Ascending > 1 > 10 > 100 > 2 > 210

Re: Search returning unexpected matches at the top

2019-12-08 Thread Paras Lehana
Hi Rhys, Use Solr Query Debugger Chrome Extension to see what's making up the score for both of them. I guess fieldNorm should impact but that should not be the only thing - there's another catch

Using Deep Paging with Graph Query Parser

2019-12-08 Thread mmb1234
Is there a way to use combine paging's cursor feature with graph query parser? Background: I have a hierarchical data structure that is split into N different flat json docs and updated (inserted) into solr with from/to fields. Using the from/to join syntax a graph query is needed since differen

Re: How to add a new field to already an existing index in Solr 6.6 ?

2019-12-08 Thread Dave
Or just do it the lazy way and use a dynamic field. I’ve found little to no drawbacks with them aside from a complete lack of documentation of the field in the schema itself > On Dec 8, 2019, at 8:07 AM, David Barnett wrote: > > Also - look at adding fields using Solr admin, this will these

Re: How to add a new field to already an existing index in Solr 6.6 ?

2019-12-08 Thread David Barnett
Also - look at adding fields using Solr admin, this will these will be available to use (I believe) without the need to restart and is very easy to do. On Sun, 8 Dec 2019, 13:03 David Barnett, wrote: > There is a few ways to add fields, adding the field definition in the > managed-schema will d

Re: How to add a new field to already an existing index in Solr 6.6 ?

2019-12-08 Thread David Barnett
There is a few ways to add fields, adding the field definition in the managed-schema will do this for you but make sure you have downloaded the current config before you edit and reload the schema. Google - solr 6.6 upconfig downconfig for lots of guides on this On Tue, 3 Dec 2019, 13:21 Erick Er

Edismax bq(boost query) with filter range on score

2019-12-08 Thread Raboah, Avi
Hi, In order to use solr boost mechanism for specific text I use the bq field under deftype=edisMax. For example - q=*:*&deftype=edisMax&bq=text:"phrase"^3&fl=*,score after I do this query I get the relevant documents boosted with the solr calculation score. Now my question is there a way to d