Have you tried using Analysis section in the admin web interface?

You can just pick the type from drop down and feed your string to it.
It will show you (with debug enabled) exactly what happens at every
stage and which particular step in the chain might be causing
problems.

Regards,
   Alex.
Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all
at once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD
book)


On Tue, Mar 11, 2014 at 2:45 PM, Andreas Owen <a...@conx.ch> wrote:
> i have a field with the following type:
>
> <fieldType name="text_de" class="solr.TextField" positionIncrementGap="100">
>       <analyzer>
>         <tokenizer class="solr.StandardTokenizerFactory"/>
>         <filter class="solr.LowerCaseFilterFactory"/>
>                 <filter class="solr.StopFilterFactory" ignoreCase="true" 
> words="lang/stopwords_de.txt" format="snowball" 
> enablePositionIncrements="true"/> <!-- remove common words -->
>                <filter class="solr.GermanNormalizationFilterFactory"/>
>                 <filter class="solr.SnowballPorterFilterFactory" 
> language="German"/>
>                 <filter class="solr.NGramFilterFactory" minGramSize="3" 
> maxGramSize="15"/>
>                 <filter class="solr.WordDelimiterFilterFactory" 
> generateWordParts="1" generateNumberParts="1" catenateWords="1" 
> catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"/>
>       </analyzer>
>     </fieldType>
>
>
> shouldn't this make tokens from 3 to 15 in length and not from 1? heres is a 
> query report of 2 results:
> <lst name="responseHeader">  <int name="status">0</int>  <int 
> name="QTime">125</int>  <lst name="params">    <str 
> name="debugQuery">true</str>    <str 
> name="fl">title,roles,organisations,id</str>    <str name="indent">true</str> 
>    <str name="q">yh_cugtest</str>    <str name="_">1394522589347</str>    
> <str name="wt">xml</str>    <str name="fq">organisations:* roles:*</str>  
> </lst></lst>
> <result name="response" numFound="5" start="0">
>    ..........
> <str name="dms:2681">
> 1.6365329 = (MATCH) sum of:   1.6346203 = (MATCH) max of:     0.14759353 = 
> (MATCH) product of:       0.28596246 = (MATCH) sum of:         0.01528686 = 
> (MATCH) weight(plain_text:cug in 0) [DefaultSimilarity], result of:           
> 0.01528686 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:             
> 0.035319194 = queryWeight, product of:               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.0063751927 = queryNorm            
>  0.43282017 = fieldWeight in 0, product of:               1.0 = tf(freq=1.0), 
> with freq of:                 1.0 = termFreq=1.0               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.078125 = fieldNorm(doc=0)         
> 0.0119499 = (MATCH) weight(plain_text:ugt in 0) [DefaultSimilarity], result 
> of:           0.0119499 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:  
>            0.031227252 = queryWeight, product of:
> 4.8982444 = idf(docFreq=18, maxDocs=937)               0.0063751927 = 
> queryNorm             0.38267535 = fieldWeight in 0, product of:              
>  1.0 = tf(freq=1.0), with freq of:                 1.0 = termFreq=1.0         
>       4.8982444 = idf(docFreq=18, maxDocs=937)               0.078125 = 
> fieldNorm(doc=0)         0.019351374 = (MATCH) weight(plain_text:yhc in 0) 
> [DefaultSimilarity], result of:           0.019351374 = score(doc=0,freq=1.0 
> = termFreq=1.0 ), product of:             0.03973814 = queryWeight, product 
> of:               6.2332454 = idf(docFreq=4, maxDocs=937)               
> 0.0063751927 = queryNorm             0.4869723 = fieldWeight in 0, product 
> of:               1.0 = tf(freq=1.0), with freq of:                 1.0 = 
> termFreq=1.0               6.2332454 = idf(docFreq=4, maxDocs=937)            
>    0.078125 = fieldNorm(doc=0)         0.019351374 = (MATCH)
> weight(plain_text:hcu in 0) [DefaultSimilarity], result of:           
> 0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:             
> 0.03973814 = queryWeight, product of:               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.0063751927 = queryNorm            
>  0.4869723 = fieldWeight in 0, product of:               1.0 = tf(freq=1.0), 
> with freq of:                 1.0 = termFreq=1.0               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.078125 = fieldNorm(doc=0)         
> 0.01528686 = (MATCH) weight(plain_text:cug in 0) [DefaultSimilarity], result 
> of:           0.01528686 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of: 
>             0.035319194 = queryWeight, product of:               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.0063751927 = queryNorm            
>  0.43282017 = fieldWeight in 0, product of:               1.0 =
> tf(freq=1.0), with freq of:                 1.0 = termFreq=1.0               
> 5.540098 = idf(docFreq=9, maxDocs=937)               0.078125 = 
> fieldNorm(doc=0)         0.019351374 = (MATCH) weight(plain_text:cugt in 0) 
> [DefaultSimilarity], result of:           0.019351374 = score(doc=0,freq=1.0 
> = termFreq=1.0 ), product of:             0.03973814 = queryWeight, product 
> of:               6.2332454 = idf(docFreq=4, maxDocs=937)               
> 0.0063751927 = queryNorm             0.4869723 = fieldWeight in 0, product 
> of:               1.0 = tf(freq=1.0), with freq of:                 1.0 = 
> termFreq=1.0               6.2332454 = idf(docFreq=4, maxDocs=937)            
>    0.078125 = fieldNorm(doc=0)         0.019351374 = (MATCH) 
> weight(plain_text:yhcu in 0) [DefaultSimilarity], result of:           
> 0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:             
> 0.03973814 =
> queryWeight, product of:               6.2332454 = idf(docFreq=4, 
> maxDocs=937)               0.0063751927 = queryNorm             0.4869723 = 
> fieldWeight in 0, product of:               1.0 = tf(freq=1.0), with freq of: 
>                 1.0 = termFreq=1.0               6.2332454 = idf(docFreq=4, 
> maxDocs=937)               0.078125 = fieldNorm(doc=0)         0.01528686 = 
> (MATCH) weight(plain_text:cug in 0) [DefaultSimilarity], result of:           
> 0.01528686 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:             
> 0.035319194 = queryWeight, product of:               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.0063751927 = queryNorm            
>  0.43282017 = fieldWeight in 0, product of:               1.0 = tf(freq=1.0), 
> with freq of:                 1.0 = termFreq=1.0               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.078125 = fieldNorm(doc=0)
> 0.019351374 = (MATCH) weight(plain_text:hcug in 0) [DefaultSimilarity], 
> result of:           0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), 
> product of:             0.03973814 = queryWeight, product of:               
> 6.2332454 = idf(docFreq=4, maxDocs=937)               0.0063751927 = 
> queryNorm             0.4869723 = fieldWeight in 0, product of:               
> 1.0 = tf(freq=1.0), with freq of:                 1.0 = termFreq=1.0          
>      6.2332454 = idf(docFreq=4, maxDocs=937)               0.078125 = 
> fieldNorm(doc=0)         0.019351374 = (MATCH) weight(plain_text:cugt in 0) 
> [DefaultSimilarity], result of:           0.019351374 = score(doc=0,freq=1.0 
> = termFreq=1.0 ), product of:             0.03973814 = queryWeight, product 
> of:               6.2332454 = idf(docFreq=4, maxDocs=937)               
> 0.0063751927 = queryNorm             0.4869723 = fieldWeight in 0, product of:
>           1.0 = tf(freq=1.0), with freq of:                 1.0 = 
> termFreq=1.0               6.2332454 = idf(docFreq=4, maxDocs=937)            
>    0.078125 = fieldNorm(doc=0)         0.01528686 = (MATCH) 
> weight(plain_text:cug in 0) [DefaultSimilarity], result of:           
> 0.01528686 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:             
> 0.035319194 = queryWeight, product of:               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.0063751927 = queryNorm            
>  0.43282017 = fieldWeight in 0, product of:               1.0 = tf(freq=1.0), 
> with freq of:                 1.0 = termFreq=1.0               5.540098 = 
> idf(docFreq=9, maxDocs=937)               0.078125 = fieldNorm(doc=0)         
> 0.019351374 = (MATCH) weight(plain_text:yhcug in 0) [DefaultSimilarity], 
> result of:           0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), 
> product of:
> 0.03973814 = queryWeight, product of:               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.0063751927 = queryNorm            
>  0.4869723 = fieldWeight in 0, product of:               1.0 = tf(freq=1.0), 
> with freq of:                 1.0 = termFreq=1.0               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.078125 = fieldNorm(doc=0)         
> 0.019351374 = (MATCH) weight(plain_text:cugt in 0) [DefaultSimilarity], 
> result of:           0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), 
> product of:             0.03973814 = queryWeight, product of:               
> 6.2332454 = idf(docFreq=4, maxDocs=937)               0.0063751927 = 
> queryNorm             0.4869723 = fieldWeight in 0, product of:               
> 1.0 = tf(freq=1.0), with freq of:                 1.0 = termFreq=1.0          
>      6.2332454 = idf(docFreq=4, maxDocs=937)               0.078125 =
> fieldNorm(doc=0)         0.019351374 = (MATCH) weight(plain_text:hcugt in 0) 
> [DefaultSimilarity], result of:           0.019351374 = score(doc=0,freq=1.0 
> = termFreq=1.0 ), product of:             0.03973814 = queryWeight, product 
> of:               6.2332454 = idf(docFreq=4, maxDocs=937)               
> 0.0063751927 = queryNorm             0.4869723 = fieldWeight in 0, product 
> of:               1.0 = tf(freq=1.0), with freq of:                 1.0 = 
> termFreq=1.0               6.2332454 = idf(docFreq=4, maxDocs=937)            
>    0.078125 = fieldNorm(doc=0)         0.019351374 = (MATCH) 
> weight(plain_text:cugt in 0) [DefaultSimilarity], result of:           
> 0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:             
> 0.03973814 = queryWeight, product of:               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.0063751927 = queryNorm            
>  0.4869723 =
> fieldWeight in 0, product of:               1.0 = tf(freq=1.0), with freq of: 
>                 1.0 = termFreq=1.0               6.2332454 = idf(docFreq=4, 
> maxDocs=937)               0.078125 = fieldNorm(doc=0)         0.019351374 = 
> (MATCH) weight(plain_text:yhcugt in 0) [DefaultSimilarity], result of:        
>    0.019351374 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:           
>   0.03973814 = queryWeight, product of:               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.0063751927 = queryNorm            
>  0.4869723 = fieldWeight in 0, product of:               1.0 = tf(freq=1.0), 
> with freq of:                 1.0 = termFreq=1.0               6.2332454 = 
> idf(docFreq=4, maxDocs=937)               0.078125 = fieldNorm(doc=0)       
> 0.516129 = coord(16/31)     1.6346203 = (MATCH) sum of:       0.08372684 = 
> (MATCH) weight(title:yh in 0) [DefaultSimilarity], result of:
>    0.08372684 = score(doc=0,freq=13.0 = termFreq=13.0 ), product of:          
>  0.07947628 = queryWeight, product of:             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.012750385 = queryNorm           1.053482 = 
> fieldWeight in 0, product of:             3.6055512 = tf(freq=13.0), with 
> freq of:               13.0 = termFreq=13.0             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.08372684 = (MATCH) weight(title:h in 0) [DefaultSimilarity], result of:     
>     0.08372684 = score(doc=0,freq=13.0 = termFreq=13.0 ), product of:         
>   0.07947628 = queryWeight, product of:             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm           
> 1.053482 = fieldWeight in 0, product of:             3.6055512 = 
> tf(freq=13.0), with freq of:               13.0 = termFreq=13.0             
> 6.2332454 =
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.08993706 = (MATCH) weight(title:c in 0) [DefaultSimilarity], result of:     
>     0.08993706 = score(doc=0,freq=15.0 = termFreq=15.0 ), product of:         
>   0.07947628 = queryWeight, product of:             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm           
> 1.1316214 = fieldWeight in 0, product of:             3.8729835 = 
> tf(freq=15.0), with freq of:               15.0 = termFreq=15.0             
> 6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.023221647 = (MATCH) weight(title:hc in 0) 
> [DefaultSimilarity], result of:         0.023221647 = score(doc=0,freq=1.0 = 
> termFreq=1.0 ), product of:           0.07947628 = queryWeight, product of:   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm
> 0.29218337 = fieldWeight in 0, product of:             1.0 = tf(freq=1.0), 
> with freq of:               1.0 = termFreq=1.0             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.040221076 = (MATCH) weight(title:cu in 0) [DefaultSimilarity], result of:   
>       0.040221076 = score(doc=0,freq=3.0 = termFreq=3.0 ), product of:        
>    0.07947628 = queryWeight, product of:             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm           
> 0.50607646 = fieldWeight in 0, product of:             1.7320508 = 
> tf(freq=3.0), with freq of:               3.0 = termFreq=3.0             
> 6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.046443295 = (MATCH) weight(title:cug in 0) 
> [DefaultSimilarity], result of:         0.046443295 = score(doc=0,freq=4.0 = 
> termFreq=4.0 ), product of:
> 0.07947628 = queryWeight, product of:             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.012750385 = queryNorm           0.58436674 = 
> fieldWeight in 0, product of:             2.0 = tf(freq=4.0), with freq of:   
>             4.0 = termFreq=4.0             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.046875 = fieldNorm(doc=0)       0.023221647 = 
> (MATCH) weight(title:ugt in 0) [DefaultSimilarity], result of:         
> 0.023221647 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:           
> 0.07947628 = queryWeight, product of:             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.012750385 = queryNorm           0.29218337 = 
> fieldWeight in 0, product of:             1.0 = tf(freq=1.0), with freq of:   
>             1.0 = termFreq=1.0             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.046875 = fieldNorm(doc=0)       0.08372684 = 
> (MATCH)
> weight(title:yh in 0) [DefaultSimilarity], result of:         0.08372684 = 
> score(doc=0,freq=13.0 = termFreq=13.0 ), product of:           0.07947628 = 
> queryWeight, product of:             6.2332454 = idf(docFreq=4, maxDocs=937)  
>            0.012750385 = queryNorm           1.053482 = fieldWeight in 0, 
> product of:             3.6055512 = tf(freq=13.0), with freq of:              
>  13.0 = termFreq=13.0             6.2332454 = idf(docFreq=4, maxDocs=937)     
>         0.046875 = fieldNorm(doc=0)       0.08993706 = (MATCH) weight(title:c 
> in 0) [DefaultSimilarity], result of:         0.08993706 = 
> score(doc=0,freq=15.0 = termFreq=15.0 ), product of:           0.07947628 = 
> queryWeight, product of:             6.2332454 = idf(docFreq=4, maxDocs=937)  
>            0.012750385 = queryNorm           1.1316214 = fieldWeight in 0, 
> product of:             3.8729835 = tf(freq=15.0), with freq of:
>    15.0 = termFreq=15.0             6.2332454 = idf(docFreq=4, maxDocs=937)   
>           0.046875 = fieldNorm(doc=0)       0.023221647 = (MATCH) 
> weight(title:yhc in 0) [DefaultSimilarity], result of:         0.023221647 = 
> score(doc=0,freq=1.0 = termFreq=1.0 ), product of:           0.07947628 = 
> queryWeight, product of:             6.2332454 = idf(docFreq=4, maxDocs=937)  
>            0.012750385 = queryNorm           0.29218337 = fieldWeight in 0, 
> product of:             1.0 = tf(freq=1.0), with freq of:               1.0 = 
> termFreq=1.0             6.2332454 = idf(docFreq=4, maxDocs=937)             
> 0.046875 = fieldNorm(doc=0)       0.08372684 = (MATCH) weight(title:h in 0) 
> [DefaultSimilarity], result of:         0.08372684 = score(doc=0,freq=13.0 = 
> termFreq=13.0 ), product of:           0.07947628 = queryWeight, product of:  
>            6.2332454 = idf(docFreq=4, maxDocs=937)
> 0.012750385 = queryNorm           1.053482 = fieldWeight in 0, product of:    
>          3.6055512 = tf(freq=13.0), with freq of:               13.0 = 
> termFreq=13.0             6.2332454 = idf(docFreq=4, maxDocs=937)             
> 0.046875 = fieldNorm(doc=0)       0.040221076 = (MATCH) weight(title:cu in 0) 
> [DefaultSimilarity], result of:         0.040221076 = score(doc=0,freq=3.0 = 
> termFreq=3.0 ), product of:           0.07947628 = queryWeight, product of:   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.50607646 = fieldWeight in 0, product of:             
> 1.7320508 = tf(freq=3.0), with freq of:               3.0 = termFreq=3.0      
>        6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.023221647 = (MATCH) weight(title:hcu in 0) 
> [DefaultSimilarity], result of:         0.023221647 =
> score(doc=0,freq=1.0 = termFreq=1.0 ), product of:           0.07947628 = 
> queryWeight, product of:             6.2332454 = idf(docFreq=4, maxDocs=937)  
>            0.012750385 = queryNorm           0.29218337 = fieldWeight in 0, 
> product of:             1.0 = tf(freq=1.0), with freq of:               1.0 = 
> termFreq=1.0             6.2332454 = idf(docFreq=4, maxDocs=937)             
> 0.046875 = fieldNorm(doc=0)       0.046443295 = (MATCH) weight(title:cug in 
> 0) [DefaultSimilarity], result of:         0.046443295 = score(doc=0,freq=4.0 
> = termFreq=4.0 ), product of:           0.07947628 = queryWeight, product of: 
>             6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.58436674 = fieldWeight in 0, product of:             
> 2.0 = tf(freq=4.0), with freq of:               4.0 = termFreq=4.0            
>  6.2332454 = idf(docFreq=4, maxDocs=937)
> 0.046875 = fieldNorm(doc=0)       0.046443295 = (MATCH) weight(title:cugt in 
> 0) [DefaultSimilarity], result of:         0.046443295 = score(doc=0,freq=4.0 
> = termFreq=4.0 ), product of:           0.07947628 = queryWeight, product of: 
>             6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.58436674 = fieldWeight in 0, product of:             
> 2.0 = tf(freq=4.0), with freq of:               4.0 = termFreq=4.0            
>  6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.08372684 = (MATCH) weight(title:yh in 0) 
> [DefaultSimilarity], result of:         0.08372684 = score(doc=0,freq=13.0 = 
> termFreq=13.0 ), product of:           0.07947628 = queryWeight, product of:  
>            6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           1.053482 = fieldWeight in 0, product of:
> 3.6055512 = tf(freq=13.0), with freq of:               13.0 = termFreq=13.0   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.040221076 = (MATCH) weight(title:cu in 0) 
> [DefaultSimilarity], result of:         0.040221076 = score(doc=0,freq=3.0 = 
> termFreq=3.0 ), product of:           0.07947628 = queryWeight, product of:   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.50607646 = fieldWeight in 0, product of:             
> 1.7320508 = tf(freq=3.0), with freq of:               3.0 = termFreq=3.0      
>        6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.023221647 = (MATCH) weight(title:yhcu in 0) 
> [DefaultSimilarity], result of:         0.023221647 = score(doc=0,freq=1.0 = 
> termFreq=1.0 ), product of:           0.07947628 = queryWeight, product of:
>      6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.29218337 = fieldWeight in 0, product of:             
> 1.0 = tf(freq=1.0), with freq of:               1.0 = termFreq=1.0            
>  6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.08372684 = (MATCH) weight(title:h in 0) 
> [DefaultSimilarity], result of:         0.08372684 = score(doc=0,freq=13.0 = 
> termFreq=13.0 ), product of:           0.07947628 = queryWeight, product of:  
>            6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           1.053482 = fieldWeight in 0, product of:             
> 3.6055512 = tf(freq=13.0), with freq of:               13.0 = termFreq=13.0   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.046443295 = (MATCH) weight(title:cug in 0) 
> [DefaultSimilarity],
> result of:         0.046443295 = score(doc=0,freq=4.0 = termFreq=4.0 ), 
> product of:           0.07947628 = queryWeight, product of:             
> 6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm   
>         0.58436674 = fieldWeight in 0, product of:             2.0 = 
> tf(freq=4.0), with freq of:               4.0 = termFreq=4.0             
> 6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.023221647 = (MATCH) weight(title:hcug in 0) 
> [DefaultSimilarity], result of:         0.023221647 = score(doc=0,freq=1.0 = 
> termFreq=1.0 ), product of:           0.07947628 = queryWeight, product of:   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.29218337 = fieldWeight in 0, product of:             
> 1.0 = tf(freq=1.0), with freq of:               1.0 = termFreq=1.0            
>  6.2332454 =
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.046443295 = (MATCH) weight(title:cugt in 0) [DefaultSimilarity], result of: 
>         0.046443295 = score(doc=0,freq=4.0 = termFreq=4.0 ), product of:      
>      0.07947628 = queryWeight, product of:             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm           
> 0.58436674 = fieldWeight in 0, product of:             2.0 = tf(freq=4.0), 
> with freq of:               4.0 = termFreq=4.0             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.08372684 = (MATCH) weight(title:yh in 0) [DefaultSimilarity], result of:    
>      0.08372684 = score(doc=0,freq=13.0 = termFreq=13.0 ), product of:        
>    0.07947628 = queryWeight, product of:             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm           
> 1.053482 =
> fieldWeight in 0, product of:             3.6055512 = tf(freq=13.0), with 
> freq of:               13.0 = termFreq=13.0             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.046443295 = (MATCH) weight(title:cug in 0) [DefaultSimilarity], result of:  
>        0.046443295 = score(doc=0,freq=4.0 = termFreq=4.0 ), product of:       
>     0.07947628 = queryWeight, product of:             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.012750385 = queryNorm           
> 0.58436674 = fieldWeight in 0, product of:             2.0 = tf(freq=4.0), 
> with freq of:               4.0 = termFreq=4.0             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.023221647 = (MATCH) weight(title:yhcug in 0) [DefaultSimilarity], result 
> of:         0.023221647 = score(doc=0,freq=1.0 = termFreq=1.0 ), product of:
> 0.07947628 = queryWeight, product of:             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.012750385 = queryNorm           0.29218337 = 
> fieldWeight in 0, product of:             1.0 = tf(freq=1.0), with freq of:   
>             1.0 = termFreq=1.0             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.046875 = fieldNorm(doc=0)       0.08372684 = 
> (MATCH) weight(title:h in 0) [DefaultSimilarity], result of:         
> 0.08372684 = score(doc=0,freq=13.0 = termFreq=13.0 ), product of:           
> 0.07947628 = queryWeight, product of:             6.2332454 = idf(docFreq=4, 
> maxDocs=937)             0.012750385 = queryNorm           1.053482 = 
> fieldWeight in 0, product of:             3.6055512 = tf(freq=13.0), with 
> freq of:               13.0 = termFreq=13.0             6.2332454 = 
> idf(docFreq=4, maxDocs=937)             0.046875 = fieldNorm(doc=0)       
> 0.046443295 = (MATCH)
> weight(title:cugt in 0) [DefaultSimilarity], result of:         0.046443295 = 
> score(doc=0,freq=4.0 = termFreq=4.0 ), product of:           0.07947628 = 
> queryWeight, product of:             6.2332454 = idf(docFreq=4, maxDocs=937)  
>            0.012750385 = queryNorm           0.58436674 = fieldWeight in 0, 
> product of:             2.0 = tf(freq=4.0), with freq of:               4.0 = 
> termFreq=4.0             6.2332454 = idf(docFreq=4, maxDocs=937)             
> 0.046875 = fieldNorm(doc=0)       0.023221647 = (MATCH) weight(title:hcugt in 
> 0) [DefaultSimilarity], result of:         0.023221647 = score(doc=0,freq=1.0 
> = termFreq=1.0 ), product of:           0.07947628 = queryWeight, product of: 
>             6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.29218337 = fieldWeight in 0, product of:             
> 1.0 = tf(freq=1.0), with freq of:               1.0
> = termFreq=1.0             6.2332454 = idf(docFreq=4, maxDocs=937)            
>  0.046875 = fieldNorm(doc=0)       0.08372684 = (MATCH) weight(title:yh in 0) 
> [DefaultSimilarity], result of:         0.08372684 = score(doc=0,freq=13.0 = 
> termFreq=13.0 ), product of:           0.07947628 = queryWeight, product of:  
>            6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           1.053482 = fieldWeight in 0, product of:             
> 3.6055512 = tf(freq=13.0), with freq of:               13.0 = termFreq=13.0   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.046443295 = (MATCH) weight(title:cugt in 0) 
> [DefaultSimilarity], result of:         0.046443295 = score(doc=0,freq=4.0 = 
> termFreq=4.0 ), product of:           0.07947628 = queryWeight, product of:   
>           6.2332454 = idf(docFreq=4, maxDocs=937)
> 0.012750385 = queryNorm           0.58436674 = fieldWeight in 0, product of:  
>            2.0 = tf(freq=4.0), with freq of:               4.0 = termFreq=4.0 
>             6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)       0.023221647 = (MATCH) weight(title:yhcugt in 0) 
> [DefaultSimilarity], result of:         0.023221647 = score(doc=0,freq=1.0 = 
> termFreq=1.0 ), product of:           0.07947628 = queryWeight, product of:   
>           6.2332454 = idf(docFreq=4, maxDocs=937)             0.012750385 = 
> queryNorm           0.29218337 = fieldWeight in 0, product of:             
> 1.0 = tf(freq=1.0), with freq of:               1.0 = termFreq=1.0            
>  6.2332454 = idf(docFreq=4, maxDocs=937)             0.046875 = 
> fieldNorm(doc=0)   0.0019125579 = (MATCH) product of:     0.0038251157 = 
> (MATCH) sum of:       0.0038251157 = (MATCH) sum of:         0.0038251157 =
> (MATCH) MatchAllDocsQuery, product of:           0.0038251157 = queryNorm     
> 0.5 = coord(1/2)   0.0 = (MATCH) 
> FunctionQuery(div(int(clicks),max(int(displays),const(1)))), product of:     
> 0.0 = div(int(clicks)=0,max(int(displays)=0,const(1)))     8.0 = boost     
> 6.375193E-4 = queryNorm </str>
>
>
>     <str name="dms:216">0.00420471 = (MATCH) sum of:   0.0022921523 = (MATCH) 
> max of:     0.0022921523 = (MATCH) product of:       0.03552836 = (MATCH) sum 
> of:         0.01776418 = (MATCH) weight(plain_text:c in 699) 
> [DefaultSimilarity], result of:           0.01776418 = 
> score(doc=699,freq=10.0 = termFreq=10.0 ), product of:             
> 0.025590291 = queryWeight, product of:               4.014042 = 
> idf(docFreq=45, maxDocs=937)               0.0063751927 = queryNorm           
>   0.6941766 = fieldWeight in 699, product of:               3.1622777 = 
> tf(freq=10.0), with freq of:                 10.0 = termFreq=10.0             
>   4.014042 = idf(docFreq=45, maxDocs=937)               0.0546875 = 
> fieldNorm(doc=699)         0.01776418 = (MATCH) weight(plain_text:c in 699) 
> [DefaultSimilarity], result of:           0.01776418 = 
> score(doc=699,freq=10.0 = termFreq=10.0 ), product of:
> 0.025590291 = queryWeight, product of:               4.014042 = 
> idf(docFreq=45, maxDocs=937)               0.0063751927 = queryNorm           
>   0.6941766 = fieldWeight in 699, product of:               3.1622777 = 
> tf(freq=10.0), with freq of:                 10.0 = termFreq=10.0             
>   4.014042 = idf(docFreq=45, maxDocs=937)               0.0546875 = 
> fieldNorm(doc=699)       0.06451613 = coord(2/31)   0.0019125579 = (MATCH) 
> product of:     0.0038251157 = (MATCH) sum of:       0.0038251157 = (MATCH) 
> sum of:         0.0038251157 = (MATCH) MatchAllDocsQuery, product of:         
>   0.0038251157 = queryNorm     0.5 = coord(1/2)   0.0 = (MATCH) 
> FunctionQuery(div(int(clicks),max(int(displays),const(1)))), product of:     
> 0.0 = div(int(clicks)=0,max(int(displays)=152,const(1)))     8.0 = boost     
> 6.375193E-4 = queryNorm
>
>
>

Reply via email to