If I understand your use case correctly. You will have to write your own
response writer.
Only the below response writers are available .
Query response writer
Description
XMLResponseWriter
The most general-purpose response format outputs its results in XML, as
demonstrated by the blogging a
Refering
http://lucene.472066.n3.nabble.com/unloading-a-solr-core-doesn-t-free-any-memory-td501246.html#a501246
Do we have any solution to free up memory after Solr Core Unload?
Ankit
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Core-Unload-tp882187p882187.html
S
Hi,
I have a Question- Merging Solr Cores
The Wiki Documentation says that "Merged" core must exist prior to calling
the merge command
So I created the "Merged" core and pointed it to some "data dir".
However even after merging the cores it does still points to the old "data
dir"
Shouldn't th
http://localhost:8983/solr/admin/cores?action=CREATE&name=temp&instanceDir=
where is the solr_home/home/core
The core is created fine but no directory shows for the new core name "temp"
Ankit
--
View this message in context:
http://n3.nabble.com/Solr-Core-Creation-tp733159p73334
I tried creating a core on the fly using remote server
-I am able to query against it however it didn't create any new folder
inside solr home
is this the expected behavior?
I tried searching for this topic but couldn't found any good answer.
-Ankit
--
View this message in context:
http://
Hi Sashi,
Could you elaborate point no .1 in the light of case where in a field should
have just time?
Ankit
--
View this message in context:
http://n3.nabble.com/Query-time-only-Ranges-tp688831p689413.html
Sent from the Solr - User mailing list archive at Nabble.com.
One issue though – first I need precision upto seconds.
Also does anybody knows that performance issue involved with this
granularity.
How about the approach of breaking date time field into fields like hours,
mins, secs
Ankit
--
View this message in context:
http://n3.nabble.com/Query-time
Hi All,
I am working on use case - wherein i need to Query to just time ranges
without date component.
search for docs with between 4pm - 6pm
Approaches-
create something like - [01/01/1900T16:00:00Z TO 01/01/1900T18:00:00Z ] - a
fixed time component
or
create a field for hh only
or may be