Hi,

when I run "q=one" the Qtime is around 200ms however when I run 2 or 3 words 
the run time exponentially increases eg: "q=two words" or "q=apple orange 
berry" resulting in 3s to 10s.

I have indexed around 10 milion document with each document containing around 
100 words. I am using that usual filter factories like lowercase/synonym/stop 
filter. Found that search result retrieving part taking long time and not the 
faceting/highlighting/sort... see below result.
    "timing":{
      "time":3435.0,
      "prepare":{
        "time":0.0,
        "query":{
          "time":0.0},
        "facet":{
          "time":0.0},
        "facet_module":{
          "time":0.0},
        "mlt":{
          "time":0.0},
        "highlight":{
          "time":0.0},
        "stats":{
          "time":0.0},
        "expand":{
          "time":0.0},
        "terms":{
          "time":0.0},
        "spellcheck":{
          "time":0.0},
        "debug":{
          "time":0.0}},
      "process":{
        "time":3434.0,
        "query":{
          "time":3316.0},
        "facet":{
          "time":0.0},
        "facet_module":{
          "time":0.0},
        "mlt":{
          "time":0.0},
        "highlight":{
          "time":116.0},
        "stats":{
          "time":0.0},
        "expand":{
          "time":0.0},
        "terms":{
          "time":0.0},
        "spellcheck":{
          "time":1.0},
        "debug":{
          "time":0.0}}}}}

Caching is working good. However I did not change any factory default settings 
for caching.

Used jconsole to check GC time which is around 0.23 sec.

I would like query time to fall below 1 sec.

However not sure where else to look? Any guidance will be much appreciated. 
Thank you.

[cid:image001.png@01D5590F.5927A6D0]
Kind Regards,
Muthu Thenappan






********************************************************************************

This email, including any attachments sent with it, is confidential and for the 
sole use of the intended recipient(s). This confidentiality is not waived or 
lost, if you receive it and you are not the intended recipient(s), or if it is 
transmitted/received in error.

Any unauthorised use, alteration, disclosure, distribution or review of this 
email is strictly prohibited. The information contained in this email, 
including any attachment sent with it, may be subject to a statutory duty of 
confidentiality if it relates to health service matters.

If you are not the intended recipient(s), or if you have received this email in 
error, you are asked to immediately notify the sender by telephone collect on 
Australia +61 1800 198 175 or by return email. You should also delete this 
email, and any copies, from your computer system network and destroy any hard 
copies produced.

If not an intended recipient of this email, you must not copy, distribute or 
take any action(s) that relies on it; any form of disclosure, modification, 
distribution and/or publication of this email is also prohibited.

Although Queensland Health takes all reasonable steps to ensure this email does 
not contain malicious software, Queensland Health does not accept 
responsibility for the consequences if any person's computer inadvertently 
suffers any disruption to services, loss of information, harm or is infected 
with a virus, other malicious computer programme or code that may occur as a 
consequence of receiving this email.

Unless stated otherwise, this email represents only the views of the sender and 
not the views of the Queensland Government.

**********************************************************************************

Reply via email to