RE: Making fields unavailable for return to specific end points.

2013-04-18 Thread Andrew Lundgren
Hmm... Just found this JIRA: https://issues.apache.org/jira/browse/SOLR-3191 I think I have answered my question. -Original Message- From: Andrew Lundgren [mailto:lundg...@familysearch.org] Sent: Thursday, April 18, 2013 1:21 PM To: solr-user@lucene.apache.org Subject: Making fields

Making fields unavailable for return to specific end points.

2013-04-18 Thread Andrew Lundgren
We have a few internal fields that we would like to restrict from being returned in result sets. I have seen how fl is used in specify fields that you do what returned, I am kind of looking for the opposite. There are just a few fields that don't make sense to return to our clients. Is there

RE: Query.toString printing binary in the output...

2013-03-20 Thread Andrew Lundgren
(System.currentTimeMillis() - start) + ", query=" + QueryParsing.toString(rb.getQuery(), rb.req.getSchema()) + ", indexIds=" + getIndexIds(rb)); -- Jack Krupansky -----Original Message- From: Andrew Lundgren Sent: Tuesday, March 19, 2013 11:52 AM To: solr-user@lucene.ap

RE: Query.toString printing binary in the output...

2013-03-19 Thread Andrew Lundgren
to get this kind of output, it almost looks like you're trying to print out the _results_ of a query, not the query. So some clarification would be helpful... Best Erick On Mon, Mar 18, 2013 at 12:01 PM, Andrew Lundgren wrote: > I am sorry, I don't follow what you mean by debug=query

RE: Query.toString printing binary in the output...

2013-03-19 Thread Andrew Lundgren
I think you're saying), which has nothing at all to do with Terms, it's just the query string passed in. So I'm really puzzled as to what you're doing to get this kind of output, it almost looks like you're trying to print out the _results_ of a query, not the query. So so

RE: Query.toString printing binary in the output...

2013-03-18 Thread Andrew Lundgren
at 3:24 PM, Andrew Lundgren wrote: > We use the toString call on the query in our logs. For some numeric > types, the encoded form of the number is being printed instead of the > readable form. > > This makes tail and some other tools very unhappy... > > Here is a partial e

Query.toString printing binary in the output...

2013-03-15 Thread Andrew Lundgren
We use the toString call on the query in our logs. For some numeric types, the encoded form of the number is being printed instead of the readable form. This makes tail and some other tools very unhappy... Here is a partial example of a query.toString() that would have had binary in it. As a

RE: Best way to convert a field in a query to a fq?

2011-12-13 Thread Andrew Lundgren
t; We've done similar query rewriting in a custom SearchComponent that > runs before QueryComponent. > > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > >___

Best way to convert a field in a query to a fq?

2011-12-13 Thread Andrew Lundgren
where this should be handled? We have several clients and would like to protect the server from this field being queried on even if they make a mistake. Thank you. -- Andrew Lundgren lundg...@familysearch.org NOTICE: This email message is for the sole use of the intended recipient(s) and may

Possible to configure the fq caching settings on the server?

2011-12-12 Thread Andrew Lundgren
Is it possible to configure solr such that the filter query cache settings is set to fq={!cache=false} by default? -- Andrew Lundgren lundg...@familysearch.org NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information

filterQuery (fq=) vs q differences other than scoring.

2011-12-09 Thread Andrew Lundgren
s, then AND the resulting doc sets and then once that is done score the query based on the resulting subset of documents? -- Andrew Lundgren lundg...@familysearch.org NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged i

RE: Solr cache size information

2011-12-01 Thread Andrew Lundgren
> For Filter cache > > size in memory = size in solrconfig.xml * WHAT (the size of an id) ??? > (I > don't use facet.enum method) > As I understand it, size is the number queries that will be cached. My short experience means that the memory consumed will be data dependent. If you have a huge

RE: Solr filterCache size settings...

2011-11-21 Thread Andrew Lundgren
the aforementioned bitmap. The number of entries specified in the config file is the number of entries in that map. So the cache can take up roughly (assuming the size if 512) 512 * maxDocs / 8 bytes. Best Erick On Fri, Nov 18, 2011 at 6:49 PM, Andrew Lundgren wrote: > I am new to solr in gene

Solr filterCache size settings...

2011-11-18 Thread Andrew Lundgren
the amount of memory that will be set aside for the cache? How do you determine how much cache each fq will consume? Thank you! -- Andrew Lundgren lundg...@familysearch.org NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and