quot;false" TrieLongField with
precisionsStep="0")
I will try to set up a reproducible test case.
Thanks!
--
Luis Neves.
e changed code I see this:
if (facetFieldType.isTokenized() || facetFieldType.isMultiValued()) {
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST,
"Stats can only facet on single-valued fields, not: " + facetField
+ "[" + facetFieldType + "]");
}
this seem to also "fix" SOLR-1782.
--
Luis Neves
t just use them?
Yes, that's what I ended up doing, but it involved a reindex. I was
trying to avoid that.
Thanks!
--
Luis Neves
Using "fl=*" returns all the data from the
fields that start with "$" but it severely increases the size of the
response.
--
Luis Neves
ult?
Am I missing something? Is there any way to include a computed value in
the search results and sort by it?
Thanks in advance.
--
/**
* Luis Neves
* @e-mail: luis.ne...@co.sapo.pt
* @xmpp: lfs_ne...@sapo.pt
* @web: <http://technotes.blogs.sapo.pt/>
* @tlm: +351 962 057 656
*/
Yonik Seeley wrote:
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote:
This turn out to be a bad idea ... for some reason using the
BoostQuery instead
of the BoostFunction slows the search to a crawl.
Dismax throws bq in with the main query, so it can't really be cached
sep
Luis Neves wrote:
The objective is to boost the documents by "freshness" ... this is
probably the cause of the memory abuse since all the "EntryDate" values
are unique.
I will try to use something like:
EntryDate:[* TO NOW/DAY-3MONTH]^1.5
This turn out to be a bad idea
Yonik Seeley wrote:
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote:
We are having some issues with one of our Solr instances when
autowarming is
enabled. The index has about 2.2M documents and 2GB of size, so it's not
particularly big. Solr runs with "-Xmx1024M -Xms10
the first search after a commit return in a reasonable time?
Thanks!
--
Luis Neves
StackTrace:
Error during auto-warming of
key:[EMAIL PROTECTED]:java.lang.OutOfMemoryError:
GC overhead limit exceeded
at org.apache.lucene.index.TermBuffer.toTerm(TermBuffer.java:104)
at org.
open with the vendor, but they are not what we could call
agile.
--
Luis Neves
Luis Neves wrote:
Hello all,
We have a Solr/Lucene index for newspaper articles, those articles have
associated comments. When searching for articles we want to present the
number of comments per article.
What we
rieve the number of comments
increment it and update the index because the "actual" value might be
uncommitted... is there any other alternative to this problem?
Thanks in advance for any help.
--
Luis Neves
right?), but I can't figure out the syntax.
--
Luis Neves
Hi,
Thorsten Scherler wrote:
On Mon, 2007-01-15 at 13:42 +, Luis Neves wrote:
I think you should explain your use case a wee bit more.
What I do now to index XML documents it's to use a Filter to strip
the markup,
this works but it's impossible to know where in the docum
Hi!
Thorsten Scherler wrote:
On Mon, 2007-01-15 at 12:23 +, Luis Neves wrote:
Hello.
What I do now to index XML documents it's to use a Filter to strip the markup,
this works but it's impossible to know where in the document is the match located.
What would it take to make p
like:
fq=xmlField:/book/content/text()
This way only the "/book/content/" element was searched.
Did I make sense? Is this possible?
--
Luis Neves
#x27;m beginning to think that this a little to complex for a first project with
Lucene. In my particular case all I want is to group results by category (from a
predetermined - and small - category list), I think I will just make a request
by category and accept the latency.
--
Luis Neves
Rafeek Raja wrote:
I am beginner to solr and lucene. Is search possible while indexing?
Yes... that is just one of the cool features of Solr/Lucene.
<http://incubator.apache.org/solr/features.html>
--
Luis Neves
search platform and
they call this feature "Field collapsing":
<http://www.fastsearch.com/glossary.aspx?m=48&amid=299>
I like the syntax they use:
"&collapseon=&collapsenum=N" -> Collapse, but keep N number of
collapsed documents
For some reason they can only collapse on numeric fields (int32).
Regards,
Luis Neves
Mental note: think before post ... this is a simple job for a Servlet filter.
sorry for the noise.
--
Luis Neves
Luis Neves wrote:
Hello all.
We have a product catalog that is searchable via Solr, by default we
want to exclude results from the "Adult" category unless the sea
ticular case.
Can anyone point me in the right direction?
Thanks!
Luis Neves
Nevermind, I got it ... Somehow I missed the javadoc.
--
Luis Neves
Luis Neves wrote:
Hello all,
Using the standard query handler I can search for a term excluding a category
and sort descending by price, e.g.:
http://localhost/solr/select/?q=book+-Category:Adults;Price+desc&sta
max query handler, can
anyone point me in the right direction.
Thanks!
--
Luis Neves
22 matches
Mail list logo