gt; of files, same size etc.
> > So i tried with curl:
> > curl http://server:8983/solr/update --data-binary '' -H
> > 'Content-type:text/xml; charset=utf-8'
> >
> > No difference here either... Am I doing anything wrong? Do i need to
&g
set=utf-8'
>
> No difference here either... Am I doing anything wrong? Do i need to issue
> a
> commit after the optimize?
>
> Any pointers would be greatly appreciated.
>
> Cheers,
> Aleks
>
>
--
View this message in context:
http://old.nabble.com/Optimize-not-having-any-effect-on-my-index-tp26843094p26870653.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi Aleksander,
Aleksander Stensby wrote:
So i tried with curl:
curl http://server:8983/solr/update --data-binary '' -H
'Content-type:text/xml; charset=utf-8'
No difference here either... Am I doing anything wrong? Do i need to issue a
commit after the optimize?
Did you restart the Solr server i
Hey guys,
I'm getting some strange behavior here, and I'm wondering if I'm doing
anything wrong..
I've got an unoptimized index, and I'm trying to run the following command:
http://server:8983/solr/update?optimize=true&maxSegments=10&waitFlush=false
Tried it first directly in the browser, it obvio