x27;t be a big problem.
> >
> > How slow are your user queries becoming? Will it help if you limit all
> bot
> > queries to certain fixed number of Solr instances?
> >
> > On Mon, Sep 1, 2008 at 7:44 PM, Tobias Hill <[EMAIL PROTECTED]>
> wrote:
> >
> &
Hoss, thanks for your feedback.
I was was just a bit surprised to see that I had to go from objects to a
string-rep.
I did indeed also find out that some information was lost in that process,
for instance setMinimumNumberShouldMatch on BooleanQuery. Also,
some empty clauses (which was silently ac
2008/9/1 Shalin Shekhar Mangar <[EMAIL PROTECTED]>
> If you are serving cached queries to the bot, what would be the benefit of
> suppressing those queries from figuring into the cache statistics page?
>
> On Mon, Sep 1, 2008 at 2:46 PM, Tobias Hill <[EMAIL PROTECTED]>
Hi all,
Is there any way to suppress that a certain query gets added to the
caches (or is allowed to affect cache statistics) in Solr?
*Reason:* We have a very search oriented website. The SEO-aspects
of the site is also important why almost the entire search-space is
traversable for indexing bot
string-rep?
Maybe this is really noob questions, sorry if that is the case - I am really
new to lucene/solr.
Tobias
2008/8/29 Tobias Hill <[EMAIL PROTECTED]>
> Hi,
>
> I am process of moving from HibernateSearch (backed by Lucene) to Solr
> (ditto)
> in our application-
>
&g
Hi,
I am process of moving from HibernateSearch (backed by Lucene) to Solr
(ditto)
in our application-
In HibernateSearch I use the Query-class provided by Lucene to build a
rather
intricate query programatically.
I would like to make my transition into Solr + Solrj as smooth as possible
and
hen