question regarding dynamic fields

2009-12-13 Thread Phanindra Reva
Hello.., I have observed that the text or keywords which are being indexed using dynamicField concept are being searchable only when we mention field name too while querying.Am I wrong with my observation or is it the default and can not be changed? I am just wondering if there is any

see index?

2009-12-13 Thread Faire Mii
i wonder how one can see all of the words that are indexed in solr? i cant find it. /fayer

Re: UI for solr core admin?

2009-12-13 Thread Jason Rutherglen
So, net-net, I think the functionality of core admin is basic enough to implement a jsp for, though if the velocity thingy works out to the box, great! On Wed, Dec 9, 2009 at 10:33 PM, Mattmann, Chris A (388J) wrote: > Hi Jason, > > Patches welcome, though! :) > > Cheers, > Chris > > > > On 12/9/

Re: Results after using Field Collapsing are not matching the results without using Field Collapsing

2009-12-13 Thread Varun Gupta
When I used collapse.threshold=1, out of the 5 categories 4 had the same top result, but 1 category had a different result (it was the 3rd result coming for that category when I used threshold as 3). -- Thanks, Varun Gupta On Mon, Dec 14, 2009 at 2:56 AM, Martijn v Groningen < martijn.is.h...@gm

Re: Results after using Field Collapsing are not matching the results without using Field Collapsing

2009-12-13 Thread Martijn v Groningen
I would not expect that Solr 1.4 build is the cause of the problem. Just out of curiosity does the same happen when collapse.threshold=1? 2009/12/11 Varun Gupta : > Here is the field type configuration of ctype: >     omitNorms="true" /> > > In solrconfig.xml, this is how I am enabling field colla

Re: HI

2009-12-13 Thread Shashi Kant
http://lmgtfy.com/?q=lucene+basics On Sun, Dec 13, 2009 at 1:01 PM, Faire Mii wrote: > Hi, > > I am a beginner and i wonder what a document, entity and a field relates to > in a database? > > And i wonder if there are some good tutorials that learn you how to design > your schema. Because all o

HI

2009-12-13 Thread Faire Mii
Hi, I am a beginner and i wonder what a document, entity and a field relates to in a database? And i wonder if there are some good tutorials that learn you how to design your schema. Because all other articles i have read aren't very helpful for beginners. Regards Fayer

Re: using q= , adding fq=

2009-12-13 Thread Grant Ingersoll
On Dec 11, 2009, at 8:17 PM, Fer-Bj wrote: > > We're running a 14M documents index. For each document we have: >stored="true" > required="true" /> >stored="true"omitNorms="true"/> >stored="true"/> >stored="true"/> >stored="false" > omitNorms="true"/> >stored="true"/> > (