Hi Abishek,

As far as I know, when talking about the Word index, the index is what it says: 
an index of words. The element value is tokenized into unique words. The search 
term of word queries likewise. All individual words of the search term are 
searched for in the word index. After that, the results are filtered on other 
criteria. That way the length of the element value shouldn't matter much.

When talking about element value queries: that usually concerns an exact match. 
The length of the element value shouldn't make much difference here either. I 
am not aware of value index length limitations..

Kind regards,
Geert

Van: general-boun...@developer.marklogic.com 
[mailto:general-boun...@developer.marklogic.com] Namens Abhishek53 S
Verzonden: dinsdag 14 juni 2011 9:35
Aan: General MarkLogic Developer Discussion
Onderwerp: [MarkLogic Dev General] Marklogic database fields over large text


Hi All

My question is related to the database field. Sample content as follows

<sample>
        <title>EST</title>
        <data>
                <inner>
                        <title>ABC.</title>
                        <text1>Very large text.....Very large text.....Very 
large text.....Very large text.....Very large text.....</text1>
                <inner>
                <inner>
                        <title>XYZ.</title>
                        <text2>Very large text....Very large text.....Very 
large text.....Very large text.....Very large text......</text2>
                <inner>
                <inner>
                        <title>RST</title>
                        <text3>Very large text....Very large text.....Very 
large text.....Very large text.....Very large text......</text3>
                <inner>
        <data>
</sample>

I need to perform constrained search over the elements text1,text2, and text3 
present under data element.
 If I will select database field approach  and select text1 2 & 3 are included 
elements into database field to write the constrained filed query,. Is this a 
good approach keeping performance in mind if text1 .2 & 3 have very large text.



Thanks in advance
Abhishek Srivastav
Systems Engineer
Tata Consultancy Services
Cell:- +91-9883389968
Mailto: abhishek5...@tcs.com
Website: http://www.tcs.com<http://www.tcs.com/>
____________________________________________
Experience certainty.        IT Services
                       Business Solutions
                       Outsourcing
____________________________________________

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you

_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to