Ok, good to know. I was under the impression that search screen was
more 'magic'. But I did not poke around those internals.
Regards,
Alex.
http://www.solr-start.com/ - Resources for Solr users, new and experienced
On 28 December 2016 at 05:26, Stefan Matheis wrote:
> Alex, this is wha
Agreed, this would be handy. I had that need just last week.
There are a few chrome tools which claim to do save/load. This only
saves once:
https://chrome.google.com/webstore/detail/form-save-and-restore/jknhanfpdjpnkfjjkpofcpegcbhpigcd/related
Best solution: right click, choose 'Inspect'. U
Alex, this is what we already do for the analysis screen - not that much
magic happening there ;)
-Stefan
On Dec 27, 2016 11:54 PM, "Alexandre Rafalovitch"
wrote:
> I think there may be a ticket for something similar. Or related to
> rerunning a same query/configuration on a new core.
>
> Worth
I think there may be a ticket for something similar. Or related to
rerunning a same query/configuration on a new core.
Worth having a quick look anyway.
The challenge would be to write the infrastructure that will unpack
those parameters back into the boxes. Because some go into raw query,
some g
Sebastian,
currently not - i'm sorry to say. We did it for the analysis screen but not
for the query screen. Shouldn't be too hard to add this kind of persitence.
Would you mind opening a ticket, so we can track the progress. Depending on
your knowledge, you might be willing to give it a first wh
How's /browse fare for you? What params are you adjusting regularly?
> On Dec 27, 2016, at 06:09, Sebastian Riemer wrote:
>
> Hi,
>
> is there an easy way to preserve the query data I input in SolrAdmin?
>
> E.g. when debugging a query, I often have the desire to reopen the current
> query
Use curl and edit a file maybe?
Or edit a file and copy/paste into the address bar? I often do this
and combined with browser format tools for XML or JSON let's me get
by.
IOW, there's really nothing I know of that allows you to save/retrieve
the contents of the admin UI form. It'd be a neat cont