Open GoogleCodeExporter opened 9 years ago
The commit message isn't stored in the database. Only the first line, aka the
change subject, is stored in the database. The rest of the message is only
available from Git and thus cannot be quickly scanned for from the SQL DB.
Long term the right approach is to index all of the data using Lucene, or
another full text type indexing system, and convert all query operators over to
searching fields in that full-text style inverted index.
Original comment by sop@google.com
on 14 Jun 2012 at 1:13
Shawn: thanks for the info. In that case, a "subject:*" predicate would
probably be helpful if searching just the subject is sufficient for the query.
In my scenario, the text we are looking for is generally in the subject line,
so that would still be a win.
Original comment by jhans...@myyearbook.com
on 20 Jun 2012 at 8:43
Original issue reported on code.google.com by
jhans...@myyearbook.com
on 14 Jun 2012 at 12:16